diff options
Diffstat (limited to 'runtime/worker.rs')
-rw-r--r-- | runtime/worker.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/worker.rs b/runtime/worker.rs index c2e241169..81cb038cd 100644 --- a/runtime/worker.rs +++ b/runtime/worker.rs @@ -146,8 +146,6 @@ impl MainWorker { None, options.create_web_worker_cb.clone(), ); - ops::reg_sync(js_runtime, "op_close", deno_core::op_close); - ops::reg_sync(js_runtime, "op_resources", deno_core::op_resources); ops::fs_events::init(js_runtime); ops::fs::init(js_runtime); ops::http::init(js_runtime); |