Skip to content

Commit a72d1d3

Browse files
danbevBridgeAR
authored andcommitted
src: remove unused using in node_worker.cc
This commit removes unused using declarations in src/node_worker.cc. PR-URL: #32840 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: David Carlier <[email protected]> Reviewed-By: Yongsheng Zhang <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 7980f6f commit a72d1d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/node_worker.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ using v8::Integer;
3030
using v8::Isolate;
3131
using v8::Local;
3232
using v8::Locker;
33-
using v8::Maybe;
3433
using v8::MaybeLocal;
3534
using v8::Null;
3635
using v8::Number;

0 commit comments

Comments
 (0)