Yerbacon.hpp: Remove a useless "using" statement

Signed-off-by: Username404 <w.iron.zombie@gmail.com>
This commit is contained in:
Username404 2023-01-22 01:30:38 +01:00
parent e3ae8da799
commit f2347725e1
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 0 additions and 1 deletions

View File

@ -42,7 +42,6 @@ void exit(int status) {
} }
#include <sstream> #include <sstream>
static std::ostringstream string_cout; static std::ostringstream string_cout;
using std::cout;
#define cout (is_node ? std::cout : string_cout) #define cout (is_node ? std::cout : string_cout)
#define cerr (is_node ? std::cerr : string_cout) #define cerr (is_node ? std::cerr : string_cout)
std::string get_cout() { std::string get_cout() {