Skip to content

Commit a9be7bf

Browse files
cjihrigMylesBorins
authored andcommitted
src: remove unused variable
This fixes a compiler warning. PR-URL: #17150 Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Anatoli Papirovski <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Timothy Gu <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 8d222d4 commit a9be7bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/node.cc

-1
Original file line numberDiff line numberDiff line change
@@ -1224,7 +1224,6 @@ void SetupDomainUse(const FunctionCallbackInfo<Value>& args) {
12241224
env->set_using_domains(true);
12251225

12261226
HandleScope scope(env->isolate());
1227-
Local<Object> process_object = env->process_object();
12281227

12291228
CHECK(args[0]->IsArray());
12301229
env->set_domains_stack_array(args[0].As<Array>());

0 commit comments

Comments
 (0)