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;