Skip to content

Commit

Permalink
src: remove unused variable
Browse files Browse the repository at this point in the history
This fixes a compiler warning.

PR-URL: #17150
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Timothy Gu <timothygu99@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
cjihrig authored and MylesBorins committed Dec 11, 2017
1 parent 8d222d4 commit a9be7bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/node.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1224,7 +1224,6 @@ void SetupDomainUse(const FunctionCallbackInfo<Value>& args) {
env->set_using_domains(true);

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

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

0 comments on commit a9be7bf

Please sign in to comment.