utils/test-runner.cc
changeset 7214 b2d40d40998c
parent 6316 8c151e05a19f
child 7379 ff0d074f885a
--- a/utils/test-runner.cc	Sat May 14 03:33:21 2011 -0400
+++ b/utils/test-runner.cc	Sat May 14 03:35:48 2011 -0400
@@ -196,7 +196,6 @@
 
   bool haveBasedir = false;
   bool haveTempdir = false;
-  bool haveOutfile = false;
   bool haveType = false;
 
   std::string suiteName;
@@ -250,7 +249,6 @@
       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)