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