mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
chore: cleanup unused deprecated code (#25839)
This commit is contained in:
parent
c232ecc6af
commit
49366ef6c2
1 changed files with 0 additions and 2 deletions
|
@ -81,9 +81,7 @@ const denoNs = {
|
|||
env: os.env,
|
||||
exit: os.exit,
|
||||
execPath: os.execPath,
|
||||
copy: io.copy,
|
||||
SeekMode: io.SeekMode,
|
||||
File: fs.File,
|
||||
FsFile: fs.FsFile,
|
||||
open: fs.open,
|
||||
openSync: fs.openSync,
|
||||
|
|
Loading…
Reference in a new issue