From e568cb8bf85161ea850ca2ae3b11247a0d5dcabd Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Tue, 6 Feb 2024 18:07:20 +0530 Subject: chore(ws): remove unused op_ws_send_pong (#22283) --- runtime/js/99_main.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'runtime') diff --git a/runtime/js/99_main.js b/runtime/js/99_main.js index 45349c038..c1ded6b24 100644 --- a/runtime/js/99_main.js +++ b/runtime/js/99_main.js @@ -614,9 +614,6 @@ const NOT_IMPORTED_OPS = [ "op_format_file_name", "op_apply_source_map", "op_apply_source_map_filename", - - // TODO(bartlomieju): this might be dead code. - "op_ws_send_pong", ]; function removeImportedOps() { -- cgit v1.2.3