diff options
-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); |