浏览代码

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 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"