summaryrefslogtreecommitdiff
path: root/src/d/d_event_debug.cpp
diff options
context:
space:
mode:
authorMax Roncace <me@caseif.net>2025-12-06 16:34:47 -0500
committerGitHub <noreply@github.com>2025-12-06 13:34:47 -0800
commita30e617e5a9b8264053788429a587ee1763eae73 (patch)
treed4f3dbf04e754e5741ba35b1ba1083851be87597 /src/d/d_event_debug.cpp
parent9f1a6488512209cc1acc612aa390e9a4686037ca (diff)
Various debug conditional compilation cleanup (#2915)
* Global: Define DEBUG as 0 if not already defined * Clean up DEBUG-guarded code
Diffstat (limited to 'src/d/d_event_debug.cpp')
-rw-r--r--src/d/d_event_debug.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/d/d_event_debug.cpp b/src/d/d_event_debug.cpp
index 10fecd3cf4..91aa103807 100644
--- a/src/d/d_event_debug.cpp
+++ b/src/d/d_event_debug.cpp
@@ -1,4 +1,3 @@
-#ifdef DEBUG
#include "d/dolzel.h" // IWYU pragma: keep
#include "d/d_event_debug.h"
@@ -447,5 +446,3 @@ char* dEvDb_flag_base_c::searchDirNameReg(int bit) {
return NULL;
}
-
-#endif