Skip to content

Commit 1e47051

Browse files
puzpuzpuzaddaleax
authored andcommitted
src: fix unused namespace member in node_util
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>
1 parent dc00a07 commit 1e47051

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/node_util.cc

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ using v8::Integer;
2121
using v8::Isolate;
2222
using v8::KeyCollectionMode;
2323
using v8::Local;
24-
using v8::MaybeLocal;
2524
using v8::Object;
2625
using v8::ONLY_CONFIGURABLE;
2726
using v8::ONLY_ENUMERABLE;

0 commit comments

Comments
 (0)