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_http2.cc')
-rw-r--r--src/node_http2.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/node_http2.cc b/src/node_http2.cc
index 25f353bb147..067e73b043b 100644
--- a/src/node_http2.cc
+++ b/src/node_http2.cc
@@ -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;
@@ -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;