Skip to content

Commit 1d279ac

Browse files
gengjiawenBridgeAR
authored andcommitted
src: remove unused variable in node_native_module.cc
PR-URL: #26411 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent 9299fb8 commit 1d279ac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/node_native_module.cc

-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ MaybeLocal<Function> NativeModuleLoader::LookupAndCompile(
191191
Environment* optional_env) {
192192
Isolate* isolate = context->GetIsolate();
193193
EscapableHandleScope scope(isolate);
194-
Local<Value> ret; // Used to convert to MaybeLocal before return
195194

196195
const auto source_it = source_.find(id);
197196
CHECK_NE(source_it, source_.end());

0 commit comments

Comments
 (0)