From f2347725e10bdbda097bcdeb4c9b626d4c14a9f0 Mon Sep 17 00:00:00 2001 From: Username404 Date: Sun, 22 Jan 2023 01:30:38 +0100 Subject: [PATCH] Yerbacon.hpp: Remove a useless "using" statement Signed-off-by: Username404 --- src/headers/Yerbacon.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/headers/Yerbacon.hpp b/src/headers/Yerbacon.hpp index f75638c..f781405 100644 --- a/src/headers/Yerbacon.hpp +++ b/src/headers/Yerbacon.hpp @@ -42,7 +42,6 @@ void exit(int status) { } #include 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() {