Skip to content

Commit

Permalink
src: remove unused using decls
Browse files Browse the repository at this point in the history
PR-URL: #7990
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Brian White <mscdex@mscdex.net>
Reviewed-By: Minwoo Jung <jmwsoft@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Yorkie Liu <yorkiefixer@gmail.com>
  • Loading branch information
hokein authored and cjihrig committed Aug 10, 2016
1 parent cbcd03c commit a20336e
Show file tree
Hide file tree
Showing 21 changed files with 0 additions and 28 deletions.
1 change: 0 additions & 1 deletion src/cares_wrap.cc
Expand Up @@ -36,7 +36,6 @@ namespace cares_wrap {
using v8::Array;
using v8::Context;
using v8::EscapableHandleScope;
using v8::Function;
using v8::FunctionCallbackInfo;
using v8::FunctionTemplate;
using v8::HandleScope;
Expand Down
1 change: 0 additions & 1 deletion src/debug-agent.cc
Expand Up @@ -36,7 +36,6 @@ namespace node {
namespace debugger {

using v8::Context;
using v8::Function;
using v8::FunctionCallbackInfo;
using v8::FunctionTemplate;
using v8::HandleScope;
Expand Down
1 change: 0 additions & 1 deletion src/env.cc
Expand Up @@ -17,7 +17,6 @@ using v8::Local;
using v8::Message;
using v8::StackFrame;
using v8::StackTrace;
using v8::Value;

void Environment::PrintSyncTrace() const {
if (!trace_sync_io_)
Expand Down
1 change: 0 additions & 1 deletion src/inspector_agent.cc
Expand Up @@ -157,7 +157,6 @@ bool RespondToGet(inspector_socket_t* socket, const char* path, int port) {

namespace inspector {

using blink::protocol::DictionaryValue;

class AgentImpl {
public:
Expand Down
1 change: 0 additions & 1 deletion src/node.cc
Expand Up @@ -126,7 +126,6 @@ using v8::ScriptOrigin;
using v8::SealHandleScope;
using v8::String;
using v8::TryCatch;
using v8::Uint32;
using v8::Uint32Array;
using v8::V8;
using v8::Value;
Expand Down
4 changes: 0 additions & 4 deletions src/node_buffer.cc
Expand Up @@ -95,19 +95,15 @@ using v8::ArrayBuffer;
using v8::ArrayBufferCreationMode;
using v8::Context;
using v8::EscapableHandleScope;
using v8::Function;
using v8::FunctionCallbackInfo;
using v8::HandleScope;
using v8::Integer;
using v8::Isolate;
using v8::Local;
using v8::Maybe;
using v8::MaybeLocal;
using v8::Number;
using v8::Object;
using v8::Persistent;
using v8::String;
using v8::Uint32;
using v8::Uint32Array;
using v8::Uint8Array;
using v8::Value;
Expand Down
2 changes: 0 additions & 2 deletions src/node_contextify.cc
Expand Up @@ -23,7 +23,6 @@ using v8::FunctionCallbackInfo;
using v8::FunctionTemplate;
using v8::HandleScope;
using v8::Integer;
using v8::Isolate;
using v8::Local;
using v8::Maybe;
using v8::MaybeLocal;
Expand All @@ -41,7 +40,6 @@ using v8::String;
using v8::TryCatch;
using v8::Uint8Array;
using v8::UnboundScript;
using v8::V8;
using v8::Value;
using v8::WeakCallbackInfo;

Expand Down
1 change: 0 additions & 1 deletion src/node_crypto.cc
Expand Up @@ -83,7 +83,6 @@ using v8::PropertyAttribute;
using v8::PropertyCallbackInfo;
using v8::ReadOnly;
using v8::String;
using v8::V8;
using v8::Value;


Expand Down
1 change: 0 additions & 1 deletion src/node_dtrace.cc
Expand Up @@ -32,7 +32,6 @@
namespace node {

using v8::FunctionCallbackInfo;
using v8::FunctionTemplate;
using v8::GCCallbackFlags;
using v8::GCType;
using v8::HandleScope;
Expand Down
1 change: 0 additions & 1 deletion src/node_file.cc
Expand Up @@ -34,7 +34,6 @@ using v8::FunctionCallbackInfo;
using v8::FunctionTemplate;
using v8::HandleScope;
using v8::Integer;
using v8::Isolate;
using v8::Local;
using v8::Number;
using v8::Object;
Expand Down
1 change: 0 additions & 1 deletion src/node_v8.cc
Expand Up @@ -10,7 +10,6 @@ namespace node {
using v8::Array;
using v8::ArrayBuffer;
using v8::Context;
using v8::Function;
using v8::FunctionCallbackInfo;
using v8::HeapSpaceStatistics;
using v8::HeapStatistics;
Expand Down
1 change: 0 additions & 1 deletion src/node_zlib.cc
Expand Up @@ -27,7 +27,6 @@ using v8::Integer;
using v8::Local;
using v8::Number;
using v8::Object;
using v8::String;
using v8::Value;

enum node_zlib_mode {
Expand Down
1 change: 0 additions & 1 deletion src/pipe_wrap.cc
Expand Up @@ -26,7 +26,6 @@ using v8::HandleScope;
using v8::Integer;
using v8::Local;
using v8::Object;
using v8::String;
using v8::Value;


Expand Down
1 change: 0 additions & 1 deletion src/process_wrap.cc
Expand Up @@ -12,7 +12,6 @@ namespace node {

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/signal_wrap.cc
Expand Up @@ -10,7 +10,6 @@
namespace node {

using v8::Context;
using v8::Function;
using v8::FunctionCallbackInfo;
using v8::FunctionTemplate;
using v8::HandleScope;
Expand Down
1 change: 0 additions & 1 deletion src/stream_wrap.cc
Expand Up @@ -30,7 +30,6 @@ using v8::HandleScope;
using v8::Integer;
using v8::Local;
using v8::Object;
using v8::True;
using v8::Value;


Expand Down
1 change: 0 additions & 1 deletion src/timer_wrap.cc
Expand Up @@ -11,7 +11,6 @@
namespace node {

using v8::Context;
using v8::Function;
using v8::FunctionCallbackInfo;
using v8::FunctionTemplate;
using v8::HandleScope;
Expand Down
1 change: 0 additions & 1 deletion src/tls_wrap.cc
Expand Up @@ -17,7 +17,6 @@ namespace node {

using crypto::SecureContext;
using crypto::SSLWrap;
using v8::Boolean;
using v8::Context;
using v8::EscapableHandleScope;
using v8::Exception;
Expand Down
2 changes: 0 additions & 2 deletions src/tty_wrap.cc
Expand Up @@ -15,13 +15,11 @@ namespace node {

using v8::Array;
using v8::Context;
using v8::Function;
using v8::FunctionCallbackInfo;
using v8::FunctionTemplate;
using v8::Integer;
using v8::Local;
using v8::Object;
using v8::String;
using v8::Value;


Expand Down
2 changes: 0 additions & 2 deletions src/udp_wrap.cc
Expand Up @@ -17,7 +17,6 @@ using v8::Array;
using v8::Context;
using v8::EscapableHandleScope;
using v8::External;
using v8::Function;
using v8::FunctionCallbackInfo;
using v8::FunctionTemplate;
using v8::HandleScope;
Expand All @@ -27,7 +26,6 @@ using v8::Object;
using v8::PropertyAttribute;
using v8::PropertyCallbackInfo;
using v8::String;
using v8::Uint32;
using v8::Undefined;
using v8::Value;

Expand Down
2 changes: 0 additions & 2 deletions src/uv.cc
Expand Up @@ -8,11 +8,9 @@ namespace uv {

using v8::Context;
using v8::FunctionCallbackInfo;
using v8::FunctionTemplate;
using v8::Integer;
using v8::Local;
using v8::Object;
using v8::String;
using v8::Value;


Expand Down

0 comments on commit a20336e

Please sign in to comment.