diff --git a/sgp/debug_util.cpp b/sgp/debug_util.cpp index 5f6e680cd..7afcfcf4a 100644 --- a/sgp/debug_util.cpp +++ b/sgp/debug_util.cpp @@ -24,14 +24,3 @@ void sgp::dumpStackTrace(vfs::String const& msg) already_dumping = false; } } - -#ifdef __MINGW32__ -StackTrace::StackTrace() -{ -} - -void StackTrace::PrintBacktrace(const char* msg) -{ -} - -#endif