Skip to content

Commit 654f4d4

Browse files
gengjiawenBridgeAR
authored andcommitted
src: remove unused variable in node_http2.cc
PR-URL: #26395 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 02faa1a commit 654f4d4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: src/node_http2.cc

-3
Original file line numberDiff line numberDiff line change
@@ -1283,9 +1283,6 @@ void Http2Session::HandleHeadersFrame(const nghttp2_frame* frame) {
12831283

12841284
std::vector<nghttp2_header> headers(stream->move_headers());
12851285

1286-
Local<String> name_str;
1287-
Local<String> value_str;
1288-
12891286
// The headers are passed in above as a queue of nghttp2_header structs.
12901287
// The following converts that into a JS array with the structure:
12911288
// [name1, value1, name2, value2, name3, value3, name3, value4] and so on.

0 commit comments

Comments
 (0)