mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-13 07:28:59 +01:00
refactor: remove unnecessary string initializations
This commit is contained in:
@@ -740,7 +740,7 @@ std::string ArgsManager::GetHelpMessage() const
|
||||
{
|
||||
const bool show_debug = GetBoolArg("-help-debug", false);
|
||||
|
||||
std::string usage = "";
|
||||
std::string usage;
|
||||
LOCK(cs_args);
|
||||
for (const auto& arg_map : m_available_args) {
|
||||
switch(arg_map.first) {
|
||||
|
||||
Reference in New Issue
Block a user