diff options
author | Andreas Kling <kling@serenityos.org> | 2021-10-01 19:59:51 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-10-01 20:17:15 +0200 |
commit | 77f0e57b27baf0ae6e4aa8a7b8ff589290f7ddb7 (patch) | |
tree | bf04f3c8251b06744586873916e3d9248a81b29f /AK | |
parent | 3db847c64a3e391b3525b54b67b949ac7ae4097e (diff) | |
download | serenity-77f0e57b27baf0ae6e4aa8a7b8ff589290f7ddb7.zip |
RequestServer: Don't hide the SIGINFO state dump behind a debug macro
Until we're confident that RequestServer doesn't need this runtime debug
dump helper, it's much nicer if everyone has it built in, so they can
simply send a SIGINFO if they see it acting up.
Diffstat (limited to 'AK')
-rw-r--r-- | AK/Debug.h.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/AK/Debug.h.in b/AK/Debug.h.in index 674006abb4..bd51a04e95 100644 --- a/AK/Debug.h.in +++ b/AK/Debug.h.in @@ -338,10 +338,6 @@ #cmakedefine01 REGEX_DEBUG #endif -#ifndef REQUEST_SERVER_DEBUG -#cmakedefine01 REQUEST_SERVER_DEBUG -#endif - #ifndef RESIZE_DEBUG #cmakedefine01 RESIZE_DEBUG #endif |