From 00dad8aa12633e923283af066c7be403a1cc25b0 Mon Sep 17 00:00:00 2001 From: "Marco Antonio J. Costa" Date: Sun, 26 Jul 2026 12:10:51 -0300 Subject: [PATCH] once we build with mingw, i'll worry about this --- sgp/debug_util.cpp | 11 ----------- 1 file changed, 11 deletions(-) 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