Bug 1150 ‘haveOutfile’ set but not used , g++ > 4.6.

This commit is contained in:
John Abraham
2011-05-14 03:35:48 -04:00
parent 10001b84f8
commit 72147b6b6b

View File

@@ -196,7 +196,6 @@ main (int argc, char *argv[])
bool haveBasedir = false;
bool haveTempdir = false;
bool haveOutfile = false;
bool haveType = false;
std::string suiteName;
@@ -250,7 +249,6 @@ main (int argc, char *argv[])
if (arg.find ("--out=") != std::string::npos)
{
outfileName = arg.substr (arg.find_first_of ("=") + 1, 9999);
haveOutfile = true;
}
if (arg.find ("--suite=") != std::string::npos)