summaryrefslogtreecommitdiff
path: root/runtime/js/99_main.js
diff options
context:
space:
mode:
authorYusuke Tanaka <yusuktan@maguro.dev>2021-05-19 00:24:01 +0900
committerGitHub <noreply@github.com>2021-05-18 17:24:01 +0200
commitcda09c166fd075590c1f8dd313d4f57a560ecbd8 (patch)
tree96cd94b36cc0b357f6d98964f3c46ad5a31391f7 /runtime/js/99_main.js
parent21d62b9b9ed7b4cd375a2815bdd9d8ccaa85e537 (diff)
chore: update deno_lint binary used in CI to v0.5.0 (#10652)
Diffstat (limited to 'runtime/js/99_main.js')
-rw-r--r--runtime/js/99_main.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/js/99_main.js b/runtime/js/99_main.js
index 082c83593..796d5178f 100644
--- a/runtime/js/99_main.js
+++ b/runtime/js/99_main.js
@@ -59,8 +59,6 @@ delete Object.prototype.__proto__;
}
}
- const encoder = new TextEncoder();
-
function workerClose() {
if (isClosing) {
return;