We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72d24ee commit 54324b6Copy full SHA for 54324b6
1 file changed
src/node_http_parser.cc
@@ -922,7 +922,6 @@ void InitializeHttpParser(Local<Object> target,
922
Environment* env = Environment::GetCurrent(context);
923
Environment::BindingScope<BindingData> binding_scope(env);
924
if (!binding_scope) return;
925
- BindingData* binding_data = binding_scope.data;
926
927
Local<FunctionTemplate> t = env->NewFunctionTemplate(Parser::New);
928
t->InstanceTemplate()->SetInternalFieldCount(Parser::kInternalFieldCount);
0 commit comments