mirror of
https://github.com/nodejs/node-v0.x-archive.git
synced 2026-04-28 03:01:10 -04:00
Remove unused 'using namespace std' lines.
This commit is contained in:
@@ -13,7 +13,6 @@
|
||||
|
||||
using namespace v8;
|
||||
using namespace node;
|
||||
using namespace std;
|
||||
|
||||
Persistent<FunctionTemplate> HTTPConnection::client_constructor_template;
|
||||
Persistent<FunctionTemplate> HTTPConnection::server_constructor_template;
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
|
||||
using namespace v8;
|
||||
using namespace node;
|
||||
using namespace std;
|
||||
|
||||
static void
|
||||
buf_free (evnet_buf *b)
|
||||
|
||||
Reference in New Issue
Block a user