mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
chore(ws): remove unused op_ws_send_pong (#22283)
This commit is contained in:
parent
428266c06a
commit
e568cb8bf8
4 changed files with 1 additions and 21 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue