Преглед изворни кода

COMP: Commented out unused variable until the corresponding logic is finished.

Brad King пре 20 година
родитељ
комит
98d872c90e
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      Source/CTest/cmCTestUpdateHandler.cxx

+ 2 - 2
Source/CTest/cmCTestUpdateHandler.cxx

@@ -204,7 +204,7 @@ int cmCTestUpdateHandler::ProcessHandler()
   int count = 0;
   int count = 0;
   int updateType = e_CVS;
   int updateType = e_CVS;
   std::string::size_type cc, kk;
   std::string::size_type cc, kk;
-  bool updateProducedError = false;
+  //bool updateProducedError = false;
 
 
 
 
   // Get source dir
   // Get source dir
@@ -393,7 +393,7 @@ int cmCTestUpdateHandler::ProcessHandler()
     }
     }
   if ( !res || retVal )
   if ( !res || retVal )
     {
     {
-    updateProducedError = true;
+    //updateProducedError = true;
     }
     }
 
 
   os << "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
   os << "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"