Skip to content

Commit 6681a68

Browse files
danbevMylesBorins
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 1796cc0 commit 6681a68

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/node_worker.cc

-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ using node::kAllowedInEnvironment;
1616
using node::kDisallowedInEnvironment;
1717
using v8::Array;
1818
using v8::ArrayBuffer;
19-
using v8::BackingStore;
2019
using v8::Boolean;
2120
using v8::Context;
2221
using v8::Float64Array;
@@ -27,7 +26,6 @@ using v8::Integer;
2726
using v8::Isolate;
2827
using v8::Local;
2928
using v8::Locker;
30-
using v8::Maybe;
3129
using v8::MaybeLocal;
3230
using v8::Null;
3331
using v8::Number;

0 commit comments

Comments
 (0)