src: remove unused variable
PR-URL: https://github.com/nodejs/node/pull/25481 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
This commit is contained in:
parent
2c7f4f474b
commit
0759cbfc77
@ -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_ =
|
||||
|
Loading…
x
Reference in New Issue
Block a user