Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3093617

Browse filesBrowse files
cjihrigBridgeAR
authored andcommitted
src: remove unused variable
PR-URL: #26386 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 0579f42 commit 3093617
Copy full SHA for 3093617

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎src/node_report_module.cc‎

Copy file name to clipboardExpand all lines: src/node_report_module.cc
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.