chore: remove unneeded benchmark (#22300)

Brings down the number of ops available to user code to 49.
This commit is contained in:
Bartek Iwańczuk 2024-02-07 01:00:18 +01:00 committed by GitHub
parent 82401e9fe0
commit 89ae2d88b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 1 additions and 26 deletions

View file

@ -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",