Skip to content

Commit f24292e

Browse files
danbevtargos
authored andcommitted
src: remove unused IsolateSettings variable
PR-URL: #33417 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 308be6c commit f24292e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/node_main_instance.cc

+1-2
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,7 @@ NodeMainInstance::CreateMainEnvironment(int* exit_code) {
190190
context =
191191
Context::FromSnapshot(isolate_, kNodeContextIndex).ToLocalChecked();
192192
InitializeContextRuntime(context);
193-
IsolateSettings s;
194-
SetIsolateErrorHandlers(isolate_, s);
193+
SetIsolateErrorHandlers(isolate_, {});
195194
} else {
196195
context = NewContext(isolate_);
197196
}

0 commit comments

Comments
 (0)