diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-02-07 04:44:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-07 04:44:51 +0100 |
commit | 6c15dc3f061b1d3a5b014fdbf79686ce60c605d4 (patch) | |
tree | 0b2e93001ab0e64d456727a2e1a527864b8667b3 /runtime/js/99_main.js | |
parent | edab1bb92735de0d62b4cd7f46d067da92b990a0 (diff) |
chore: remove op_spawn_child test (#22314)
This test is not needed because the op is not available to user code
anymore.
This brings number of ops exposed to user code down to 15.
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 8f8a36db8..965af460d 100644 --- a/runtime/js/99_main.js +++ b/runtime/js/99_main.js @@ -585,10 +585,6 @@ const NOT_IMPORTED_OPS = [ "op_set_exit_code", "op_napi_open", "op_npm_process_state", - - // TODO(bartlomieju): used in a regression test, but probably not needed - // anymore if ops are not user accessible. - "op_spawn_child", ]; function removeImportedOps() { |