summaryrefslogtreecommitdiff
path: root/src/debug.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug.cpp')
-rw-r--r--src/debug.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/debug.cpp b/src/debug.cpp
index 16eecadad..184615225 100644
--- a/src/debug.cpp
+++ b/src/debug.cpp
@@ -100,8 +100,6 @@ char *DumpDebugFacilityNames(char *buf, char *last)
return buf;
}
-#if !defined(NO_DEBUG_MESSAGES)
-
/**
* Internal function for outputting the debug line.
* @param dbg Debug category.
@@ -168,7 +166,6 @@ void CDECL debug(const char *dbg, const char *format, ...)
debug_print(dbg, buf);
}
-#endif /* NO_DEBUG_MESSAGES */
/**
* Set debugging levels by parsing the text in \a s.