diff options
Diffstat (limited to 'runtime/js/99_main.js')
-rw-r--r-- | runtime/js/99_main.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/runtime/js/99_main.js b/runtime/js/99_main.js index f956db67c..191d123b9 100644 --- a/runtime/js/99_main.js +++ b/runtime/js/99_main.js @@ -622,12 +622,6 @@ const NOT_IMPORTED_OPS = [ // TODO(bartlomieju): used in a regression test, but probably not needed // anymore if ops are not user accessible. "op_spawn_child", - - // TODO(bartlomieju): can be removed after the `deno_core` upgrade. - "op_encode_binary_string", - "op_format_file_name", - "op_apply_source_map", - "op_apply_source_map_filename", ]; function removeImportedOps() { |