From f446af395806d78cf264111fa0cfbb65aad4b282 Mon Sep 17 00:00:00 2001 From: Konstantin Kladko <13399135+kladkogex@users.noreply.github.com> Date: Mon, 25 Nov 2024 18:28:35 +0000 Subject: [PATCH] 1545 First pull request --- libskale/SkaleDebug.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/libskale/SkaleDebug.h b/libskale/SkaleDebug.h index 06e6d969e..6dfa924d2 100644 --- a/libskale/SkaleDebug.h +++ b/libskale/SkaleDebug.h @@ -21,8 +21,6 @@ class SkaleDebugInterface { std::string call( const std::string& arg ); - static std::atomic< bool > g_isEnabled; - private: std::vector< handler > handlers;