Skip to content

Commit 0759cbf

Browse files
committed
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 2c7f4f4 commit 0759cbf

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/node_native_module.cc

Lines changed: 0 additions & 1 deletion
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)