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 00775885d6..012e50b9e8 100644
--- a/src/node_native_module.cc
+++ b/src/node_native_module.cc
@@ -86,7 +86,6 @@ void NativeModuleLoader::GetCacheUsage(
void NativeModuleLoader::ModuleIdsGetter(
Local<Name> property, const PropertyCallbackInfo<Value>& info) {
- Local<Context> context = info.GetIsolate()->GetCurrentContext();
Isolate* isolate = info.GetIsolate();
const NativeModuleRecordMap& source_ =