Merge pull request #312 from codler/patch-1

Remove unused variable
This commit is contained in:
Jeff Garzik 2011-06-11 09:58:02 -07:00
commit e051f1b510
1 changed files with 0 additions and 1 deletions

View File

@ -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" +