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:
authorSakthipriyan Vairamani <thechargingvolcano@gmail.com>2016-04-07 19:01:11 +0300
committerSakthipriyan Vairamani <thechargingvolcano@gmail.com>2016-04-25 16:54:27 +0300
commit2c480bdae67f333e888a6fd8b25425d8b3b50ff0 (patch)
tree8c549ea50f9fc785e43021d7556ac6d5346785ff /src/node_v8.cc
parent6781d917f49adfd5a00a7c251277ed9f971f3aee (diff)
src: fix check-imports.py linter errors
This patch fixes all the linter errors. PR-URL: https://github.com/nodejs/node/pull/6105 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'src/node_v8.cc')
-rw-r--r--src/node_v8.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/node_v8.cc b/src/node_v8.cc
index a1122e57f13..04da61677dc 100644
--- a/src/node_v8.cc
+++ b/src/node_v8.cc
@@ -20,7 +20,6 @@ using v8::NewStringType;
using v8::Object;
using v8::String;
using v8::Uint32;
-using v8::Uint32Array;
using v8::V8;
using v8::Value;