From 1b8f547adac0c818c19c7d6dff785154b68db45d Mon Sep 17 00:00:00 2001 From: devnoname120 Date: Sat, 3 Nov 2018 18:14:41 +0100 Subject: [PATCH] Fix compilation in Release mode --- src/debug.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/debug.cpp b/src/debug.cpp index 2ff6bd1..4b970d9 100644 --- a/src/debug.cpp +++ b/src/debug.cpp @@ -1,7 +1,5 @@ #include -#ifdef _DEBUG - int g_log_fd = -1; bool g_log_to_file = false; @@ -102,5 +100,3 @@ int _dbg_printf(int level, const char *format, ...) return 0; } - -#endif