summaryrefslogtreecommitdiff
path: root/ext/node/lib.rs
diff options
context:
space:
mode:
authorSatya Rohith <me@satyarohith.com>2024-06-07 18:50:43 +0530
committerGitHub <noreply@github.com>2024-06-07 18:50:43 +0530
commit708a6196930a1267e577805aed380e3715eaae10 (patch)
tree2078a6ba1a5735a8431d0591c3409281f6c5dd1b /ext/node/lib.rs
parent386d5c8310891c5dc9627abbf2374e60bb4e50d2 (diff)
chore(ext/node): remove dead op (#24131)
Diffstat (limited to 'ext/node/lib.rs')
-rw-r--r--ext/node/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/node/lib.rs b/ext/node/lib.rs
index a15125f60..36c13f8a5 100644
--- a/ext/node/lib.rs
+++ b/ext/node/lib.rs
@@ -340,7 +340,6 @@ deno_core::extension!(deno_node,
ops::http2::op_http2_client_get_response,
ops::http2::op_http2_client_get_response_body_chunk,
ops::http2::op_http2_client_send_data,
- ops::http2::op_http2_client_end_stream,
ops::http2::op_http2_client_reset_stream,
ops::http2::op_http2_client_send_trailers,
ops::http2::op_http2_client_get_response_trailers,