Remove unused variable
This commit is contained in:
parent
18e39300e6
commit
a299e551fe
1 changed files with 0 additions and 1 deletions
|
@ -137,7 +137,6 @@ bool AppInit2(int argc, char* argv[])
|
|||
|
||||
if (mapArgs.count("-?") || mapArgs.count("--help"))
|
||||
{
|
||||
string beta = VERSION_IS_BETA ? _(" beta") : "";
|
||||
string strUsage = string() +
|
||||
_("Bitcoin version") + " " + FormatFullVersion() + "\n\n" +
|
||||
_("Usage:") + "\t\t\t\t\t\t\t\t\t\t\n" +
|
||||
|
|
Loading…
Reference in a new issue