aboutsummaryrefslogtreecommitdiff
path: root/src/node_buffer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_buffer.cc')
-rw-r--r--src/node_buffer.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/node_buffer.cc b/src/node_buffer.cc
index d86968ebab..388ee6b569 100644
--- a/src/node_buffer.cc
+++ b/src/node_buffer.cc
@@ -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;