summaryrefslogtreecommitdiff
path: root/src/node_native_module.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_native_module.cc')
-rw-r--r--src/node_native_module.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/node_native_module.cc b/src/node_native_module.cc
index df7e1749e5..33df8c0aa8 100644
--- a/src/node_native_module.cc
+++ b/src/node_native_module.cc
@@ -191,7 +191,6 @@ MaybeLocal<Function> NativeModuleLoader::LookupAndCompile(
Environment* optional_env) {
Isolate* isolate = context->GetIsolate();
EscapableHandleScope scope(isolate);
- Local<Value> ret; // Used to convert to MaybeLocal before return
const auto source_it = source_.find(id);
CHECK_NE(source_it, source_.end());