Skip to content

Commit 5df0b9e

Browse files
cjihrigaddaleax
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 9cf3525 commit 5df0b9e

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
@@ -887,7 +887,6 @@ void SetupDomainUse(const FunctionCallbackInfo<Value>& args) {
887887
env->set_using_domains(true);
888888

889889
HandleScope scope(env->isolate());
890-
Local<Object> process_object = env->process_object();
891890

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

0 commit comments

Comments
 (0)