Skip to content

Commit ddbf150

Browse files
danbevtargos
authored andcommitted
src: remove unused using declarations in worker.cc
This commit removes unused using declarations in src/node_worker.cc. PR-URL: #29883 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: David Carlier <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Yongsheng Zhang <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent da58301 commit ddbf150

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
@@ -18,10 +18,8 @@
1818

1919
using node::options_parser::kDisallowedInEnvironment;
2020
using v8::Array;
21-
using v8::ArrayBuffer;
2221
using v8::Boolean;
2322
using v8::Context;
24-
using v8::Function;
2523
using v8::FunctionCallbackInfo;
2624
using v8::FunctionTemplate;
2725
using v8::HandleScope;

0 commit comments

Comments
 (0)