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 <riclau@uk.ibm.com> Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
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

Lines changed: 0 additions & 2 deletions
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)