summaryrefslogtreecommitdiff
path: root/runtime/js/99_main.js
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-02-07 01:00:18 +0100
committerGitHub <noreply@github.com>2024-02-07 01:00:18 +0100
commit89ae2d88b8fe3e5cff0bd6023c05643fc4297686 (patch)
treeb3ddebf74d368344afd0fa761b4f99d293d65f13 /runtime/js/99_main.js
parent82401e9fe00858f7189cd2eb6197b2975e02ff62 (diff)
chore: remove unneeded benchmark (#22300)
Brings down the number of ops available to user code to 49.
Diffstat (limited to 'runtime/js/99_main.js')
-rw-r--r--runtime/js/99_main.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/js/99_main.js b/runtime/js/99_main.js
index afd3be03b..f956db67c 100644
--- a/runtime/js/99_main.js
+++ b/runtime/js/99_main.js
@@ -623,9 +623,6 @@ const NOT_IMPORTED_OPS = [
// anymore if ops are not user accessible.
"op_spawn_child",
- // TODO(bartlomieju): used in one of the benches, needs to be removed.
- "op_void_async",
-
// TODO(bartlomieju): can be removed after the `deno_core` upgrade.
"op_encode_binary_string",
"op_format_file_name",