Skip to content

Commit

Permalink
src: remove unused variable
Browse files Browse the repository at this point in the history
PR-URL: #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>
  • Loading branch information
cjihrig authored and addaleax committed Feb 9, 2019
1 parent b280d90 commit 76687de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/node_native_module.cc
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,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_ =
Expand Down

0 comments on commit 76687de

Please sign in to comment.