CTest: Drop stray content from Configure.xml

Remove content left accidentally since commit v2.4.0~2876 (some bug
fixes for my recent checkins and some more cleanup, 2004-09-07).
This commit is contained in:
Daniel Pfeifer 2015-05-23 23:37:59 +02:00 committed by Brad King
parent cd8698167a
commit 965cf8e66e
1 changed files with 0 additions and 5 deletions

View File

@ -95,11 +95,6 @@ int cmCTestConfigureHandler::ProcessHandler()
<< std::endl
<< "\t<StartConfigureTime>" << start_time_time
<< "</StartConfigureTime>\n";
if ( res == cmsysProcess_State_Exited && retVal )
{
os << retVal;
}
os << "<ConfigureCommand>" << cCommand << "</ConfigureCommand>"
<< std::endl;
cmCTestOptionalLog(this->CTest, DEBUG, "End" << std::endl, this->Quiet);