Skip to content

Commit c1abc8d

Browse files
puzpuzpuzcodebytere
authored andcommitted
src: fix unused namespace member in node_util
PR-URL: #34565 Reviewed-By: Zeyu Yang <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent e2bea73 commit c1abc8d

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
@@ -20,7 +20,6 @@ using v8::Integer;
2020
using v8::Isolate;
2121
using v8::KeyCollectionMode;
2222
using v8::Local;
23-
using v8::MaybeLocal;
2423
using v8::Object;
2524
using v8::ONLY_CONFIGURABLE;
2625
using v8::ONLY_ENUMERABLE;

0 commit comments

Comments
 (0)