Skip to content

Commit 3093617

Browse files
cjihrigBridgeAR
authored andcommitted
src: remove unused variable
PR-URL: #26386 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 0579f42 commit 3093617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node_report_module.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ static void Initialize(Local<Object> exports,
204204
Local<Value> unused,
205205
Local<Context> context) {
206206
Environment* env = Environment::GetCurrent(context);
207-
std::shared_ptr<PerIsolateOptions> options = env->isolate_data()->options();
207+
208208
env->SetMethod(exports, "triggerReport", TriggerReport);
209209
env->SetMethod(exports, "getReport", GetReport);
210210
env->SetMethod(exports, "syncConfig", SyncConfig);

0 commit comments

Comments
 (0)