Skip to content

Commit 0759cbf

Browse files
committedJan 15, 2019
src: remove unused variable
PR-URL: #25481 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Anatoli Papirovski <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent 2c7f4f4 commit 0759cbf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/node_native_module.cc

-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ void NativeModuleLoader::GetCacheUsage(
8686

8787
void NativeModuleLoader::ModuleIdsGetter(
8888
Local<Name> property, const PropertyCallbackInfo<Value>& info) {
89-
Local<Context> context = info.GetIsolate()->GetCurrentContext();
9089
Isolate* isolate = info.GetIsolate();
9190

9291
const NativeModuleRecordMap& source_ =

0 commit comments

Comments
 (0)
Please sign in to comment.