diff options
Diffstat (limited to 'runtime/js/99_main.js')
-rw-r--r-- | runtime/js/99_main.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/runtime/js/99_main.js b/runtime/js/99_main.js index 1b8048725..e00c592f1 100644 --- a/runtime/js/99_main.js +++ b/runtime/js/99_main.js @@ -802,8 +802,6 @@ function bootstrapMainRuntime(runtimeOptions, warmup = false) { delete globalThis.window; delete Deno.Buffer; delete Deno.FsFile.prototype.rid; - delete Deno.funlock; - delete Deno.funlockSync; } } else { // Warmup @@ -963,8 +961,6 @@ function bootstrapWorkerRuntime( if (internals.future) { delete Deno.Buffer; delete Deno.FsFile.prototype.rid; - delete Deno.funlock; - delete Deno.funlockSync; } } else { // Warmup |