mirror of https://github.com/nodejs/node.git
Remove unused 'using namespace std' lines.
parent
b3e828991b
commit
4aac515202
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue