summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestUpdateHandler.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-12-13 20:16:46 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-12-13 20:16:46 (GMT)
commit5007cbce3b4113411c7fc53238fcd4bfabe71314 (patch)
tree93a7da93cc257db47c76a36ff9d5510464cf2012 /Source/CTest/cmCTestUpdateHandler.cxx
parentc3c349109b5f8c08766295881c1749c045f170c2 (diff)
downloadCMake-5007cbce3b4113411c7fc53238fcd4bfabe71314.zip
CMake-5007cbce3b4113411c7fc53238fcd4bfabe71314.tar.gz
CMake-5007cbce3b4113411c7fc53238fcd4bfabe71314.tar.bz2
BUG: Fix the problem with update.xml.tmp not being coppied
Diffstat (limited to 'Source/CTest/cmCTestUpdateHandler.cxx')
-rw-r--r--Source/CTest/cmCTestUpdateHandler.cxx5
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);