diff --git a/src/node_native_module.cc b/src/node_native_module.cc index df7e1749e52ea8..33df8c0aa8e590 100644 --- a/src/node_native_module.cc +++ b/src/node_native_module.cc @@ -191,7 +191,6 @@ MaybeLocal NativeModuleLoader::LookupAndCompile( Environment* optional_env) { Isolate* isolate = context->GetIsolate(); EscapableHandleScope scope(isolate); - Local ret; // Used to convert to MaybeLocal before return const auto source_it = source_.find(id); CHECK_NE(source_it, source_.end());