Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_zlib.cc')
-rw-r--r--src/node_zlib.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/node_zlib.cc b/src/node_zlib.cc
index 83698bd5192..85e87327c07 100644
--- a/src/node_zlib.cc
+++ b/src/node_zlib.cc
@@ -43,7 +43,6 @@
namespace node {
-using v8::Array;
using v8::ArrayBuffer;
using v8::Context;
using v8::Function;
@@ -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;