mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 04:39:10 +00:00
chore: remove unneeded benchmark (#22300)
Brings down the number of ops available to user code to 49.
This commit is contained in:
parent
82401e9fe0
commit
89ae2d88b8
3 changed files with 1 additions and 26 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue