Skip to content

Commit

Permalink
src: fix unused namespace member in node_util
Browse files Browse the repository at this point in the history
PR-URL: #34565
Reviewed-By: Zeyu Yang <himself65@outlook.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
puzpuzpuz authored and addaleax committed Jul 31, 2020
1 parent dc00a07 commit 1e47051
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/node_util.cc
Expand Up @@ -21,7 +21,6 @@ using v8::Integer;
using v8::Isolate;
using v8::KeyCollectionMode;
using v8::Local;
using v8::MaybeLocal;
using v8::Object;
using v8::ONLY_CONFIGURABLE;
using v8::ONLY_ENUMERABLE;
Expand Down

0 comments on commit 1e47051

Please sign in to comment.