diff options
| author | Hennadii Stepanov <[email protected]> | 2019-07-27 12:10:43 +0300 |
|---|---|---|
| committer | Hennadii Stepanov <[email protected]> | 2019-07-27 15:05:14 +0300 |
| commit | 9a12733508e47f558959f1b0ed9937bc3eff8962 (patch) | |
| tree | 22dbddbd290cf9f41d8a402cc44946d7209bb37a /src/util/system.h | |
| parent | scripted-diff: Use ArgsManager::DEBUG_ONLY flag (diff) | |
| download | discoin-9a12733508e47f558959f1b0ed9937bc3eff8962.tar.xz discoin-9a12733508e47f558959f1b0ed9937bc3eff8962.zip | |
Remove unused m_debug_only member from Arg struct
Diffstat (limited to 'src/util/system.h')
| -rw-r--r-- | src/util/system.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/system.h b/src/util/system.h index fe3c3b6a6..79fb33a9b 100644 --- a/src/util/system.h +++ b/src/util/system.h @@ -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; |