summaryrefslogtreecommitdiff
path: root/src/pipe_wrap.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/pipe_wrap.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/pipe_wrap.cc')
-rw-r--r--src/pipe_wrap.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pipe_wrap.cc b/src/pipe_wrap.cc
index 6639b8d66c..1e3e5b0a23 100644
--- a/src/pipe_wrap.cc
+++ b/src/pipe_wrap.cc
@@ -31,7 +31,6 @@ namespace node {
using v8::Arguments;
using v8::Boolean;
-using v8::Context;
using v8::Function;
using v8::FunctionTemplate;
using v8::Handle;
@@ -42,7 +41,6 @@ using v8::Object;
using v8::Persistent;
using v8::PropertyAttribute;
using v8::String;
-using v8::TryCatch;
using v8::Value;
extern Persistent<FunctionTemplate> pipeConstructorTmpl;