Remove unused m_debug_only member from Arg struct

This commit is contained in:
Hennadii Stepanov
2019-07-27 12:10:43 +03:00
parent fb4b9f9e3b
commit 9a12733508
2 changed files with 1 additions and 2 deletions

View File

@@ -152,7 +152,6 @@ protected:
std::string m_help_param;
std::string m_help_text;
unsigned int m_flags;
bool m_debug_only;
};
mutable CCriticalSection cs_args;