From 98d872c90e181e1f735cf5f801a5d18a0347cc96 Mon Sep 17 00:00:00 2001 From: Brad King Date: Fri, 22 Apr 2005 13:52:36 -0400 Subject: COMP: Commented out unused variable until the corresponding logic is finished. --- Source/CTest/cmCTestUpdateHandler.cxx | 4 ++-- 1 file 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 << "\n" -- cgit v0.12