summaryrefslogtreecommitdiff
path: root/runtime/js/99_main.js
diff options
context:
space:
mode:
authorDivy Srivastava <dj.srivastava23@gmail.com>2024-02-06 18:07:20 +0530
committerGitHub <noreply@github.com>2024-02-06 13:37:20 +0100
commite568cb8bf85161ea850ca2ae3b11247a0d5dcabd (patch)
tree54a8077ef0f574e0f1afe2c7129289e4204a2be5 /runtime/js/99_main.js
parent428266c06a192f008a5429e871f783dfb4601f93 (diff)
chore(ws): remove unused op_ws_send_pong (#22283)
Diffstat (limited to 'runtime/js/99_main.js')
-rw-r--r--runtime/js/99_main.js3
1 files changed, 0 insertions, 3 deletions
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() {