Procházet zdrojové kódy

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

Brad King před 20 roky
rodič
revize
98d872c90e
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      Source/CTest/cmCTestUpdateHandler.cxx

+ 2 - 2
Source/CTest/cmCTestUpdateHandler.cxx

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