signal_wrap: fix unused variable compiler warning
This commit is contained in:
parent
2c5828b65b
commit
2cdf427dce
@ -72,7 +72,7 @@ class SignalWrap : public HandleWrap {
|
||||
assert(args.IsConstructCall());
|
||||
|
||||
HandleScope scope;
|
||||
SignalWrap* wrap = new SignalWrap(args.This());
|
||||
new SignalWrap(args.This());
|
||||
|
||||
return scope.Close(args.This());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user