summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestUpdateHandler.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2005-04-22 17:52:36 (GMT)
committerBrad King <brad.king@kitware.com>2005-04-22 17:52:36 (GMT)
commit98d872c90e181e1f735cf5f801a5d18a0347cc96 (patch)
tree16d80293305e6e9491d8e9e02dce98ee54927e62 /Source/CTest/cmCTestUpdateHandler.cxx
parent49cb763452c9b2dc4f85cd9199507a09d234589e (diff)
downloadCMake-98d872c90e181e1f735cf5f801a5d18a0347cc96.zip
CMake-98d872c90e181e1f735cf5f801a5d18a0347cc96.tar.gz
CMake-98d872c90e181e1f735cf5f801a5d18a0347cc96.tar.bz2
COMP: Commented out unused variable until the corresponding logic is finished.
Diffstat (limited to 'Source/CTest/cmCTestUpdateHandler.cxx')
-rw-r--r--Source/CTest/cmCTestUpdateHandler.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/CTest/cmCTestUpdateHandler.cxx b/Source/CTest/cmCTestUpdateHandler.cxx
index 2a29920..5bc1664 100644
--- a/Source/CTest/cmCTestUpdateHandler.cxx
+++ b/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"