summaryrefslogtreecommitdiff
path: root/src/string_bytes.cc
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2013-06-17 23:25:01 +0200
committerBen Noordhuis <info@bnoordhuis.nl>2013-06-17 23:32:19 +0200
commitb9165252e3a9115fe991042b75caa08c0993e347 (patch)
tree51a80dc5099664d2ed12c102a1f6573cfe7adb6d /src/string_bytes.cc
parent226a20da5d926795750c5ed4b434a9f40d8b8200 (diff)
downloadandroid-node-v8-b9165252e3a9115fe991042b75caa08c0993e347.tar.gz
android-node-v8-b9165252e3a9115fe991042b75caa08c0993e347.tar.bz2
android-node-v8-b9165252e3a9115fe991042b75caa08c0993e347.zip
src: clean up `using` directives
Remove the unused ones and alphabetically sort the ones that remain.
Diffstat (limited to 'src/string_bytes.cc')
-rw-r--r--src/string_bytes.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/string_bytes.cc b/src/string_bytes.cc
index 416bc5ae3a..db6bb8e5e6 100644
--- a/src/string_bytes.cc
+++ b/src/string_bytes.cc
@@ -39,7 +39,6 @@ namespace node {
using v8::Handle;
using v8::HandleScope;
using v8::Local;
-using v8::Object;
using v8::String;
using v8::Value;