Merge pull request #312 from codler/patch-1

Remove unused variable
pull/2/merge
Jeff Garzik 14 years ago
commit e051f1b510

@ -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…
Cancel
Save