diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-12-13 20:16:46 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-12-13 20:16:46 (GMT) |
commit | 5007cbce3b4113411c7fc53238fcd4bfabe71314 (patch) | |
tree | 93a7da93cc257db47c76a36ff9d5510464cf2012 | |
parent | c3c349109b5f8c08766295881c1749c045f170c2 (diff) | |
download | CMake-5007cbce3b4113411c7fc53238fcd4bfabe71314.zip CMake-5007cbce3b4113411c7fc53238fcd4bfabe71314.tar.gz CMake-5007cbce3b4113411c7fc53238fcd4bfabe71314.tar.bz2 |
BUG: Fix the problem with update.xml.tmp not being coppied
-rw-r--r-- | Source/CTest/cmCTestUpdateHandler.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/CTest/cmCTestUpdateHandler.cxx b/Source/CTest/cmCTestUpdateHandler.cxx index f77b468..81d1438 100644 --- a/Source/CTest/cmCTestUpdateHandler.cxx +++ b/Source/CTest/cmCTestUpdateHandler.cxx @@ -944,11 +944,6 @@ int cmCTestUpdateHandler::ProcessHandler() os << "</UpdateReturnStatus>" << std::endl; os << "</Update>" << std::endl; - if ( ofs ) - { - ofs.close(); - } - if (! res || retVal ) { cmCTestLog(m_CTest, ERROR_MESSAGE, "Error(s) when updating the project" << std::endl); |