From 924c59448f6d9b6243fee3e8a2c177889d11e3ba Mon Sep 17 00:00:00 2001 From: Jeff Lucovsky Date: Thu, 27 Jul 2023 13:00:31 -0400 Subject: [PATCH] bool: Remove TRUE/FALSE --- src/suricata-common.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/suricata-common.h b/src/suricata-common.h index fe8ec179df..4aad25a252 100644 --- a/src/suricata-common.h +++ b/src/suricata-common.h @@ -30,9 +30,6 @@ #define DBG_PERF #endif -#define TRUE 1 -#define FALSE 0 - #define _GNU_SOURCE #define __USE_GNU