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 <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
1 parent 9299fb8 commit 1d279ac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/node_native_module.cc

Lines changed: 0 additions & 1 deletion
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)