Remove unused variable

This commit is contained in:
Han Lin Yap 2011-06-11 03:21:32 -07:00
parent 18e39300e6
commit a299e551fe
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" +