mirror of
https://github.com/luanti-org/luanti.git
synced 2025-12-15 11:35:22 +01:00
Remove DSTACK support (#6346)
Debugstacks is not useful, we don't really use it, the DebugStack is not pertinent, gdb and lldb are better if we really want to debug.
This commit is contained in:
@@ -203,7 +203,6 @@ public:
|
||||
|
||||
void *run()
|
||||
{
|
||||
DSTACK(FUNCTION_NAME);
|
||||
BEGIN_DEBUG_EXCEPTION_HANDLER
|
||||
|
||||
while (!stopRequested()) {
|
||||
|
||||
Reference in New Issue
Block a user