Skip to content

Commit 76687de

Browse files
cjihrigaddaleax
authored andcommitted
src: remove unused variable
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>
1 parent b280d90 commit 76687de

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
@@ -85,7 +85,6 @@ void NativeModuleLoader::GetCacheUsage(
8585

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

9190
const NativeModuleRecordMap& source_ =

0 commit comments

Comments
 (0)