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:
cjihrig 2019-01-13 17:03:06 -05:00
parent 2c7f4f474b
commit 0759cbfc77
No known key found for this signature in database
GPG Key ID: 7434390BDBE9B9C5

View File

@ -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_ =