Skip to content

Commit

Permalink
src: remove unused variable
Browse files Browse the repository at this point in the history
PR-URL: #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 committed Sep 17, 2023
1 parent 56ecf29 commit 36ab510
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 36ab510

Please sign in to comment.