summaryrefslogtreecommitdiffstats
path: root/Source/CTest
diff options
context:
space:
mode:
authorDaniel Pfeifer <daniel@pfeifer-mail.de>2015-05-23 21:37:59 (GMT)
committerBrad King <brad.king@kitware.com>2015-05-26 14:39:45 (GMT)
commit965cf8e66e8316f34113c219d9311edee34bfd3b (patch)
treea73c381514efb856ae341c684be433f97cdc1ea5 /Source/CTest
parentcd8698167aca78f88302ec54318af8f73a08b502 (diff)
downloadCMake-965cf8e66e8316f34113c219d9311edee34bfd3b.zip
CMake-965cf8e66e8316f34113c219d9311edee34bfd3b.tar.gz
CMake-965cf8e66e8316f34113c219d9311edee34bfd3b.tar.bz2
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).
Diffstat (limited to 'Source/CTest')
-rw-r--r--Source/CTest/cmCTestConfigureHandler.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/CTest/cmCTestConfigureHandler.cxx b/Source/CTest/cmCTestConfigureHandler.cxx
index 3b444f2..2c2951d 100644
--- a/Source/CTest/cmCTestConfigureHandler.cxx
+++ b/Source/CTest/cmCTestConfigureHandler.cxx
@@ -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);