We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c7f4f4 commit 0759cbfCopy full SHA for 0759cbf
src/node_native_module.cc
@@ -86,7 +86,6 @@ void NativeModuleLoader::GetCacheUsage(
86
87
void NativeModuleLoader::ModuleIdsGetter(
88
Local<Name> property, const PropertyCallbackInfo<Value>& info) {
89
- Local<Context> context = info.GetIsolate()->GetCurrentContext();
90
Isolate* isolate = info.GetIsolate();
91
92
const NativeModuleRecordMap& source_ =
0 commit comments