diff options
Diffstat (limited to 'ext/fs')
-rw-r--r-- | ext/fs/30_fs.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/fs/30_fs.js b/ext/fs/30_fs.js index 35bf0e712..f979badb9 100644 --- a/ext/fs/30_fs.js +++ b/ext/fs/30_fs.js @@ -786,8 +786,6 @@ function checkOpenOptions(options) { } } -const File = FsFile; - function readFileSync(path) { return op_fs_read_file_sync(pathFromURL(path)); } @@ -950,7 +948,6 @@ export { cwd, fdatasync, fdatasyncSync, - File, FsFile, fsync, fsyncSync, |