chore(ws): remove unused op_ws_send_pong (#22283)

This commit is contained in:
Divy Srivastava 2024-02-06 18:07:20 +05:30 committed by GitHub
parent 428266c06a
commit e568cb8bf8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 1 additions and 21 deletions

View file

@ -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() {