Browse Source

Remove unused 'using namespace std' lines.

v0.7.4-release
Ryan 16 years ago
parent
commit
4aac515202
  1. 1
      src/http.cc
  2. 1
      src/node.cc

1
src/http.cc

@ -13,7 +13,6 @@
using namespace v8; using namespace v8;
using namespace node; using namespace node;
using namespace std;
Persistent<FunctionTemplate> HTTPConnection::client_constructor_template; Persistent<FunctionTemplate> HTTPConnection::client_constructor_template;
Persistent<FunctionTemplate> HTTPConnection::server_constructor_template; Persistent<FunctionTemplate> HTTPConnection::server_constructor_template;

1
src/node.cc

@ -21,7 +21,6 @@
using namespace v8; using namespace v8;
using namespace node; using namespace node;
using namespace std;
static void static void
buf_free (evnet_buf *b) buf_free (evnet_buf *b)

Loading…
Cancel
Save