Explorar el Código

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 hace 10 años
padre
commit
965cf8e66e
Se han modificado 1 ficheros con 0 adiciones y 5 borrados
  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);