aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CommandLineInterface.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/CommandLineInterface.cpp b/CommandLineInterface.cpp
index e9c9c256..ff70616a 100644
--- a/CommandLineInterface.cpp
+++ b/CommandLineInterface.cpp
@@ -307,7 +307,6 @@ void CommandLineInterface::createFile(string const& _fileName, string const& _da
outFile << _data;
if (!outFile)
BOOST_THROW_EXCEPTION(FileError() << errinfo_comment("Could not write to file: " + _fileName));
- outFile.close();
}
bool CommandLineInterface::parseArguments(int _argc, char** _argv)