From d5b0bfbaec3702b474be42077bfe4ab1ba1633da Mon Sep 17 00:00:00 2001 From: HanishKVC Date: Mon, 13 May 2024 00:33:02 +0530 Subject: [PATCH] SimpCfg: Remove now unused SC_DEBUG, rather GroupKV uses equiv The code which was using SC_DEBUG moved to GroupKV and inturn GKV_DEBUG --- common/simpcfg.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/common/simpcfg.hpp b/common/simpcfg.hpp index ab61d7483..0fca387d7 100644 --- a/common/simpcfg.hpp +++ b/common/simpcfg.hpp @@ -56,7 +56,6 @@ #include "groupkv.hpp" -#define SC_DEBUG #undef SC_DEBUG_VERBOSE #undef SC_STR_OVERSMART