diff --git a/src/node_native_module.cc b/src/node_native_module.cc index 00775885d65..012e50b9e81 100644 --- a/src/node_native_module.cc +++ b/src/node_native_module.cc @@ -86,7 +86,6 @@ void NativeModuleLoader::GetCacheUsage( void NativeModuleLoader::ModuleIdsGetter( Local property, const PropertyCallbackInfo& info) { - Local context = info.GetIsolate()->GetCurrentContext(); Isolate* isolate = info.GetIsolate(); const NativeModuleRecordMap& source_ =