diff --git a/Util/SimpleLogger.h b/Util/SimpleLogger.h index 7f7db01c4..62bc945b1 100644 --- a/Util/SimpleLogger.h +++ b/Util/SimpleLogger.h @@ -104,7 +104,6 @@ public: private: LogLevel level; std::ostringstream os; - bool m_is_mute; }; #endif /* SIMPLE_LOGGER_H_ */