Yerbacon.hpp: Remove a useless "using" statement
Signed-off-by: Username404 <w.iron.zombie@gmail.com>
This commit is contained in:
parent
e3ae8da799
commit
f2347725e1
|
@ -42,7 +42,6 @@ void exit(int status) {
|
|||
}
|
||||
#include <sstream>
|
||||
static std::ostringstream string_cout;
|
||||
using std::cout;
|
||||
#define cout (is_node ? std::cout : string_cout)
|
||||
#define cerr (is_node ? std::cerr : string_cout)
|
||||
std::string get_cout() {
|
||||
|
|
Loading…
Reference in New Issue