Skip to content

Commit

Permalink
src: remove unused using declarations
Browse files Browse the repository at this point in the history
This commit removes the unused using declarations reported by lint-cpp.

PR-URL: #33268
Refs: #29226
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Christian Clauss <cclauss@me.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com>
  • Loading branch information
danbev authored and codebytere committed Jun 18, 2020
1 parent 1c70b18 commit ad97099
Show file tree
Hide file tree
Showing 27 changed files with 0 additions and 41 deletions.
1 change: 0 additions & 1 deletion src/async_wrap.cc
Expand Up @@ -39,7 +39,6 @@ using v8::HandleScope;
using v8::Integer;
using v8::Isolate;
using v8::Local;
using v8::Maybe;
using v8::MaybeLocal;
using v8::Name;
using v8::Number;
Expand Down
1 change: 0 additions & 1 deletion src/heap_utils.cc
Expand Up @@ -15,7 +15,6 @@ using v8::Global;
using v8::HandleScope;
using v8::HeapSnapshot;
using v8::Isolate;
using v8::JSON;
using v8::Local;
using v8::MaybeLocal;
using v8::Number;
Expand Down
2 changes: 0 additions & 2 deletions src/inspector_agent.cc
Expand Up @@ -45,8 +45,6 @@ using v8::Isolate;
using v8::Local;
using v8::Message;
using v8::Object;
using v8::String;
using v8::Task;
using v8::Value;

using v8_inspector::StringBuffer;
Expand Down
1 change: 0 additions & 1 deletion src/inspector_js_api.cc
Expand Up @@ -12,7 +12,6 @@ namespace node {
namespace inspector {
namespace {

using v8::Boolean;
using v8::Context;
using v8::Function;
using v8::FunctionCallbackInfo;
Expand Down
2 changes: 0 additions & 2 deletions src/module_wrap.cc
Expand Up @@ -33,9 +33,7 @@ using v8::HandleScope;
using v8::Integer;
using v8::IntegrityLevel;
using v8::Isolate;
using v8::Just;
using v8::Local;
using v8::Maybe;
using v8::MaybeLocal;
using v8::Module;
using v8::Number;
Expand Down
1 change: 0 additions & 1 deletion src/node_contextify.cc
Expand Up @@ -36,7 +36,6 @@ namespace contextify {
using errors::TryCatchScope;

using v8::Array;
using v8::ArrayBuffer;
using v8::ArrayBufferView;
using v8::Boolean;
using v8::Context;
Expand Down
1 change: 0 additions & 1 deletion src/node_credentials.cc
Expand Up @@ -15,7 +15,6 @@ namespace node {

using v8::Array;
using v8::Context;
using v8::Function;
using v8::FunctionCallbackInfo;
using v8::HandleScope;
using v8::Isolate;
Expand Down
1 change: 0 additions & 1 deletion src/node_dir.cc
Expand Up @@ -28,7 +28,6 @@ using fs::GetReqWrap;

using v8::Array;
using v8::Context;
using v8::Function;
using v8::FunctionCallbackInfo;
using v8::FunctionTemplate;
using v8::HandleScope;
Expand Down
1 change: 0 additions & 1 deletion src/node_dtrace.cc
Expand Up @@ -57,7 +57,6 @@ using v8::HandleScope;
using v8::Isolate;
using v8::Local;
using v8::Object;
using v8::String;
using v8::Value;

#define SLURP_STRING(obj, member, valp) \
Expand Down
1 change: 0 additions & 1 deletion src/node_errors.cc
Expand Up @@ -25,7 +25,6 @@ using v8::Local;
using v8::Maybe;
using v8::MaybeLocal;
using v8::Message;
using v8::Number;
using v8::Object;
using v8::ScriptOrigin;
using v8::StackFrame;
Expand Down
3 changes: 0 additions & 3 deletions src/node_http2.cc
Expand Up @@ -22,7 +22,6 @@ using v8::ArrayBufferView;
using v8::Boolean;
using v8::Context;
using v8::EscapableHandleScope;
using v8::Float64Array;
using v8::Function;
using v8::FunctionCallbackInfo;
using v8::FunctionTemplate;
Expand All @@ -35,8 +34,6 @@ using v8::Number;
using v8::Object;
using v8::ObjectTemplate;
using v8::String;
using v8::Uint32;
using v8::Uint32Array;
using v8::Uint8Array;
using v8::Undefined;
using v8::Value;
Expand Down
1 change: 0 additions & 1 deletion src/node_main_instance.cc
Expand Up @@ -20,7 +20,6 @@ using v8::HandleScope;
using v8::Isolate;
using v8::Local;
using v8::Locker;
using v8::Object;
using v8::SealHandleScope;

NodeMainInstance::NodeMainInstance(Isolate* isolate,
Expand Down
1 change: 0 additions & 1 deletion src/node_messaging.cc
Expand Up @@ -16,7 +16,6 @@ using v8::BackingStore;
using v8::CompiledWasmModule;
using v8::Context;
using v8::EscapableHandleScope;
using v8::Exception;
using v8::Function;
using v8::FunctionCallbackInfo;
using v8::FunctionTemplate;
Expand Down
3 changes: 0 additions & 3 deletions src/node_native_module.cc
Expand Up @@ -7,14 +7,11 @@ namespace native_module {
using v8::Context;
using v8::EscapableHandleScope;
using v8::Function;
using v8::HandleScope;
using v8::Integer;
using v8::Isolate;
using v8::Local;
using v8::Maybe;
using v8::MaybeLocal;
using v8::Object;
using v8::Script;
using v8::ScriptCompiler;
using v8::ScriptOrigin;
using v8::String;
Expand Down
1 change: 0 additions & 1 deletion src/node_native_module_env.cc
Expand Up @@ -11,7 +11,6 @@ using v8::FunctionCallbackInfo;
using v8::IntegrityLevel;
using v8::Isolate;
using v8::Local;
using v8::Maybe;
using v8::MaybeLocal;
using v8::Name;
using v8::None;
Expand Down
1 change: 0 additions & 1 deletion src/node_options.cc
Expand Up @@ -18,7 +18,6 @@ using v8::Local;
using v8::Map;
using v8::Number;
using v8::Object;
using v8::String;
using v8::Undefined;
using v8::Value;

Expand Down
3 changes: 0 additions & 3 deletions src/node_perf.cc
Expand Up @@ -11,7 +11,6 @@
namespace node {
namespace performance {

using v8::Array;
using v8::Context;
using v8::DontDelete;
using v8::Function;
Expand All @@ -25,14 +24,12 @@ using v8::Isolate;
using v8::Local;
using v8::Map;
using v8::MaybeLocal;
using v8::Name;
using v8::NewStringType;
using v8::Number;
using v8::Object;
using v8::PropertyAttribute;
using v8::ReadOnly;
using v8::String;
using v8::Uint32Array;
using v8::Value;

// Microseconds in a millisecond, as a float.
Expand Down
2 changes: 0 additions & 2 deletions src/node_process_methods.cc
Expand Up @@ -36,13 +36,11 @@ using v8::ArrayBuffer;
using v8::BigUint64Array;
using v8::Context;
using v8::Float64Array;
using v8::Function;
using v8::FunctionCallbackInfo;
using v8::HeapStatistics;
using v8::Integer;
using v8::Isolate;
using v8::Local;
using v8::Name;
using v8::NewStringType;
using v8::Number;
using v8::Object;
Expand Down
2 changes: 0 additions & 2 deletions src/node_process_object.cc
Expand Up @@ -15,10 +15,8 @@ using v8::EscapableHandleScope;
using v8::Function;
using v8::FunctionCallbackInfo;
using v8::FunctionTemplate;
using v8::HandleScope;
using v8::Integer;
using v8::Isolate;
using v8::Just;
using v8::Local;
using v8::MaybeLocal;
using v8::Name;
Expand Down
3 changes: 0 additions & 3 deletions src/node_report.cc
Expand Up @@ -41,11 +41,8 @@ using v8::HeapSpaceStatistics;
using v8::HeapStatistics;
using v8::Isolate;
using v8::Local;
using v8::Number;
using v8::StackTrace;
using v8::String;
using v8::V8;
using v8::Value;

namespace per_process = node::per_process;

Expand Down
2 changes: 0 additions & 2 deletions src/node_report_module.cc
Expand Up @@ -18,9 +18,7 @@ namespace report {
using node::Environment;
using node::Mutex;
using node::Utf8Value;
using v8::Boolean;
using v8::Context;
using v8::Function;
using v8::FunctionCallbackInfo;
using v8::HandleScope;
using v8::Isolate;
Expand Down
1 change: 0 additions & 1 deletion src/node_util.cc
Expand Up @@ -10,7 +10,6 @@ using v8::Array;
using v8::ArrayBufferView;
using v8::Boolean;
using v8::Context;
using v8::Function;
using v8::FunctionCallbackInfo;
using v8::FunctionTemplate;
using v8::Global;
Expand Down
2 changes: 0 additions & 2 deletions src/node_zlib.cc
Expand Up @@ -43,7 +43,6 @@

namespace node {

using v8::Array;
using v8::ArrayBuffer;
using v8::Context;
using v8::Function;
Expand All @@ -56,7 +55,6 @@ using v8::Integer;
using v8::Local;
using v8::Object;
using v8::String;
using v8::Uint32;
using v8::Uint32Array;
using v8::Value;

Expand Down
1 change: 0 additions & 1 deletion src/pipe_wrap.cc
Expand Up @@ -39,7 +39,6 @@ using v8::EscapableHandleScope;
using v8::Function;
using v8::FunctionCallbackInfo;
using v8::FunctionTemplate;
using v8::HandleScope;
using v8::Int32;
using v8::Isolate;
using v8::Local;
Expand Down
1 change: 0 additions & 1 deletion src/tcp_wrap.cc
Expand Up @@ -42,7 +42,6 @@ using v8::EscapableHandleScope;
using v8::Function;
using v8::FunctionCallbackInfo;
using v8::FunctionTemplate;
using v8::HandleScope;
using v8::Int32;
using v8::Integer;
using v8::Local;
Expand Down
1 change: 0 additions & 1 deletion src/tls_wrap.cc
Expand Up @@ -47,7 +47,6 @@ using v8::HandleScope;
using v8::Integer;
using v8::Isolate;
using v8::Local;
using v8::Maybe;
using v8::MaybeLocal;
using v8::Object;
using v8::PropertyAttribute;
Expand Down
1 change: 0 additions & 1 deletion src/tty_wrap.cc
Expand Up @@ -32,7 +32,6 @@ namespace node {

using v8::Array;
using v8::Context;
using v8::Function;
using v8::FunctionCallbackInfo;
using v8::FunctionTemplate;
using v8::Integer;
Expand Down

0 comments on commit ad97099

Please sign in to comment.