From 4aac515202e6651d76d7a8355208fb9939ee53eb Mon Sep 17 00:00:00 2001 From: Ryan Date: Fri, 24 Jul 2009 22:22:08 +0200 Subject: [PATCH] Remove unused 'using namespace std' lines. --- src/http.cc | 1 - src/node.cc | 1 - 2 files changed, 2 deletions(-) diff --git a/src/http.cc b/src/http.cc index bd42dba332..0ea0909afa 100644 --- a/src/http.cc +++ b/src/http.cc @@ -13,7 +13,6 @@ using namespace v8; using namespace node; -using namespace std; Persistent HTTPConnection::client_constructor_template; Persistent HTTPConnection::server_constructor_template; diff --git a/src/node.cc b/src/node.cc index c764a5761e..d6aa6f5c4c 100644 --- a/src/node.cc +++ b/src/node.cc @@ -21,7 +21,6 @@ using namespace v8; using namespace node; -using namespace std; static void buf_free (evnet_buf *b)