diff options
author | Sakthipriyan Vairamani <thechargingvolcano@gmail.com> | 2016-04-07 21:31:11 +0530 |
---|---|---|
committer | Sakthipriyan Vairamani <thechargingvolcano@gmail.com> | 2016-04-25 19:24:27 +0530 |
commit | 2c480bdae67f333e888a6fd8b25425d8b3b50ff0 (patch) | |
tree | 8c549ea50f9fc785e43021d7556ac6d5346785ff /src/node_v8.cc | |
parent | 6781d917f49adfd5a00a7c251277ed9f971f3aee (diff) | |
download | node-new-2c480bdae67f333e888a6fd8b25425d8b3b50ff0.tar.gz |
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.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/node_v8.cc b/src/node_v8.cc index a1122e57f1..04da61677d 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; |