1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 00:37:35 +00:00

CrashDaemon: Remove BACKTRACE_DEBUG debugging code

This thing seems to work fine, no need to hang on to old debug code.
This commit is contained in:
Andreas Kling 2021-07-22 22:43:06 +02:00
parent cdae397e6a
commit 3f9e018d9a
3 changed files with 0 additions and 16 deletions

View file

@ -14,10 +14,6 @@
#cmakedefine01 AFLACLOADER_DEBUG
#endif
#ifndef BACKTRACE_DEBUG
#cmakedefine01 BACKTRACE_DEBUG
#endif
#ifndef BMP_DEBUG
#cmakedefine01 BMP_DEBUG
#endif