Skip to content

Commit 8daceda

Browse files
joyeecheungdanielleadams
authored andcommitted
test: remove unused variable in addon test
This fixes the compiler warning for the unused variable in the report-api addon test. PR-URL: #44809 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Daeyeon Jeong <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent c54cee1 commit 8daceda

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/addons/report-api/binding.cc

-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ void TriggerReportEnv(const FunctionCallbackInfo<Value>& args) {
3535
}
3636

3737
void TriggerReportNoEnv(const FunctionCallbackInfo<Value>& args) {
38-
Isolate* isolate = args.GetIsolate();
39-
4038
node::TriggerNodeReport(static_cast<node::Environment*>(nullptr),
4139
"FooMessage",
4240
"BarTrigger",

0 commit comments

Comments
 (0)