mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
removed close for ofstream
This commit is contained in:
parent
e946840b19
commit
f61107c1c9
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user