Skip to content

Commit 36ab510

Browse files
authored
src: remove unused variable
PR-URL: #49665 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Geoffrey Booth <[email protected]>
1 parent 56ecf29 commit 36ab510

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/module_wrap.cc

-2
Original file line numberDiff line numberDiff line change
@@ -577,8 +577,6 @@ static MaybeLocal<Promise> ImportModuleDynamically(
577577
return handle_scope.Escape(resolver->GetPromise());
578578
}
579579

580-
Local<Value> object;
581-
582580
Local<Symbol> id =
583581
options->Get(context, HostDefinedOptions::kID).As<Symbol>();
584582

0 commit comments

Comments
 (0)