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

This commit is contained in:
Brad King 2005-04-22 13:52:36 -04:00
parent 49cb763452
commit 98d872c90e
1 changed files with 2 additions and 2 deletions

View File

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