Skip to content

Commit 64689ed

Browse files
danbevtargos
authored andcommitted
src: remove unused using declarations
PR-URL: #23120 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 0202c6c commit 64689ed

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/node.cc

-4
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ namespace node {
128128
using options_parser::kAllowedInEnvironment;
129129
using options_parser::kDisallowedInEnvironment;
130130
using v8::Array;
131-
using v8::ArrayBuffer;
132131
using v8::Boolean;
133132
using v8::Context;
134133
using v8::DEFAULT;
@@ -148,16 +147,13 @@ using v8::Maybe;
148147
using v8::MaybeLocal;
149148
using v8::Message;
150149
using v8::MicrotasksPolicy;
151-
using v8::Name;
152150
using v8::NamedPropertyHandlerConfiguration;
153151
using v8::NewStringType;
154152
using v8::None;
155153
using v8::Nothing;
156154
using v8::Null;
157-
using v8::Number;
158155
using v8::Object;
159156
using v8::ObjectTemplate;
160-
using v8::Promise;
161157
using v8::PropertyAttribute;
162158
using v8::ReadOnly;
163159
using v8::Script;

0 commit comments

Comments
 (0)