diff --git a/simdebug.h b/simdebug.h index e450868b040..4282c1b2188 100644 --- a/simdebug.h +++ b/simdebug.h @@ -50,12 +50,6 @@ void init_logging(const char *logname, bool force_flush, bool log_debug, const c #define DBG_DEBUG dbg->message #define DBG_DEBUG4 dbg->debug -#ifdef _MSC_VER - #define LOCATION __FILE__ "(" STR(__LINE__) ") " __FUNCTION__ "() " -#else - #define LOCATION -#endif - #endif #endif