浏览代码

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).
Daniel Pfeifer 10 年之前
父节点
当前提交
965cf8e66e
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0 5
      Source/CTest/cmCTestConfigureHandler.cxx

+ 0 - 5
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);