Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update src/node_http2.cc
Co-authored-by: Tobias Nießen <tniessen@tnie.de>
  • Loading branch information
mhdawson and tniessen authored Mar 22, 2022
commit a982aea8ef224ec74ad6c0b2112f6dfefbc57ea3
1 change: 0 additions & 1 deletion src/node_http2.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2646,7 +2646,6 @@ void Http2Session::New(const FunctionCallbackInfo<Value>& args) {
static_cast<SessionType>(
args[0]->Int32Value(env->context()).ToChecked());
Http2Session* session = new Http2Session(state, args.This(), type);
USE(session); // avoid compiler warning
Debug(session, "session created");
}

Expand Down