From 5007cbce3b4113411c7fc53238fcd4bfabe71314 Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Tue, 13 Dec 2005 15:16:46 -0500 Subject: BUG: Fix the problem with update.xml.tmp not being coppied --- Source/CTest/cmCTestUpdateHandler.cxx | 5 ----- 1 file changed, 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 << "" << std::endl; os << "" << std::endl; - if ( ofs ) - { - ofs.close(); - } - if (! res || retVal ) { cmCTestLog(m_CTest, ERROR_MESSAGE, "Error(s) when updating the project" << std::endl); -- cgit v0.12