Skip to content

Commit 54324b6

Browse files
committed
fixup! fixup! src: move http parser state out of Environment
1 parent 72d24ee commit 54324b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/node_http_parser.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,6 @@ void InitializeHttpParser(Local<Object> target,
922922
Environment* env = Environment::GetCurrent(context);
923923
Environment::BindingScope<BindingData> binding_scope(env);
924924
if (!binding_scope) return;
925-
BindingData* binding_data = binding_scope.data;
926925

927926
Local<FunctionTemplate> t = env->NewFunctionTemplate(Parser::New);
928927
t->InstanceTemplate()->SetInternalFieldCount(Parser::kInternalFieldCount);

0 commit comments

Comments
 (0)