Skip to content

Commit 76687de

Browse files
cjihrigaddaleax
authored andcommitted
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 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)