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
committerEvan Lucas <evanlucas@me.com>2016-05-17 17:44:21 +0300
commite3920d12ef29f55df3f6eb43826c5c8b4bd25075 (patch)
tree13e43b81717ef18f9c9e8aea1f4a39dfa00a5679
parentf31a5ec34a644bacd6e22159f6e053a77b92ba97 (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>
-rw-r--r--src/handle_wrap.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/handle_wrap.cc b/src/handle_wrap.cc
index bb9fb06af8a..b3ef152a2ec 100644
--- a/src/handle_wrap.cc
+++ b/src/handle_wrap.cc
@@ -9,7 +9,6 @@
namespace node {
-using v8::Boolean;
using v8::Context;
using v8::FunctionCallbackInfo;
using v8::HandleScope;