Skip to content

Commit 399576b

Browse files
committed
src: remove unused using declarations
1 parent 233cfa3 commit 399576b

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/node.cc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ namespace node {
124124
using options_parser::kAllowedInEnvironment;
125125
using options_parser::kDisallowedInEnvironment;
126126
using v8::Array;
127-
using v8::ArrayBuffer;
128127
using v8::Boolean;
129128
using v8::Context;
130129
using v8::DEFAULT;
@@ -144,16 +143,13 @@ using v8::Maybe;
144143
using v8::MaybeLocal;
145144
using v8::Message;
146145
using v8::MicrotasksPolicy;
147-
using v8::Name;
148146
using v8::NamedPropertyHandlerConfiguration;
149147
using v8::NewStringType;
150148
using v8::None;
151149
using v8::Nothing;
152150
using v8::Null;
153-
using v8::Number;
154151
using v8::Object;
155152
using v8::ObjectTemplate;
156-
using v8::Promise;
157153
using v8::PropertyAttribute;
158154
using v8::ReadOnly;
159155
using v8::Script;

0 commit comments

Comments
 (0)