diff options
Diffstat (limited to 'cli/rt/90_deno_ns.js')
-rw-r--r-- | cli/rt/90_deno_ns.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cli/rt/90_deno_ns.js b/cli/rt/90_deno_ns.js index 23ab12924..3a41e6bd1 100644 --- a/cli/rt/90_deno_ns.js +++ b/cli/rt/90_deno_ns.js @@ -53,8 +53,6 @@ __bootstrap.denoNs = { env: __bootstrap.os.env, exit: __bootstrap.os.exit, execPath: __bootstrap.os.execPath, - resources: __bootstrap.resources.resources, - close: __bootstrap.resources.close, Buffer: __bootstrap.buffer.Buffer, readAll: __bootstrap.buffer.readAll, readAllSync: __bootstrap.buffer.readAllSync, |