summaryrefslogtreecommitdiff
path: root/src/tty_wrap.cc
diff options
context:
space:
mode:
authorSakthipriyan Vairamani <thechargingvolcano@gmail.com>2016-04-07 21:31:11 +0530
committerSakthipriyan Vairamani <thechargingvolcano@gmail.com>2016-04-25 19:24:27 +0530
commit2c480bdae67f333e888a6fd8b25425d8b3b50ff0 (patch)
tree8c549ea50f9fc785e43021d7556ac6d5346785ff /src/tty_wrap.cc
parent6781d917f49adfd5a00a7c251277ed9f971f3aee (diff)
downloadandroid-node-v8-2c480bdae67f333e888a6fd8b25425d8b3b50ff0.tar.gz
android-node-v8-2c480bdae67f333e888a6fd8b25425d8b3b50ff0.tar.bz2
android-node-v8-2c480bdae67f333e888a6fd8b25425d8b3b50ff0.zip
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/tty_wrap.cc')
-rw-r--r--src/tty_wrap.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tty_wrap.cc b/src/tty_wrap.cc
index 567a504276..5a1d333c3d 100644
--- a/src/tty_wrap.cc
+++ b/src/tty_wrap.cc
@@ -21,7 +21,6 @@ using v8::FunctionTemplate;
using v8::Integer;
using v8::Local;
using v8::Object;
-using v8::PropertyAttribute;
using v8::String;
using v8::Value;