Skip to content

Commit

Permalink
src: remove unused variable
Browse files Browse the repository at this point in the history
PR-URL: nodejs#49665
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
  • Loading branch information
targos authored and alexfernandez committed Nov 1, 2023
1 parent 4c4b175 commit 52124e5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/module_wrap.cc
Original file line number Diff line number Diff line change
Expand Up @@ -577,8 +577,6 @@ static MaybeLocal<Promise> ImportModuleDynamically(
return handle_scope.Escape(resolver->GetPromise());
}

Local<Value> object;

Local<Symbol> id =
options->Get(context, HostDefinedOptions::kID).As<Symbol>();

Expand Down

0 comments on commit 52124e5

Please sign in to comment.