From 6c70995c5d23bb7b21484515f08799b8e516acc6 Mon Sep 17 00:00:00 2001 From: Rahim Kanji Date: Thu, 10 Oct 2024 16:13:42 +0500 Subject: [PATCH] Fixed TEST_AURORA build --- lib/BaseHGC.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/BaseHGC.cpp b/lib/BaseHGC.cpp index 54b0d4ca5..c28e90f46 100644 --- a/lib/BaseHGC.cpp +++ b/lib/BaseHGC.cpp @@ -30,13 +30,6 @@ using TypeSess = typename std::conditional< #include "MySQL_HostGroups_Manager.h" -#ifdef TEST_AURORA -if constexpr (std::is_same_v) { -static unsigned long long array_mysrvc_total = 0; -static unsigned long long array_mysrvc_cands = 0; -} -#endif // TEST_AURORA - extern MySQL_Threads_Handler *GloMTH;