diff options
author | Rhett Aultman <roadriverrail@gmail.com> | 2016-12-16 20:22:42 +0800 |
---|---|---|
committer | Rhett Aultman <rhett.aultman@meraki.net> | 2017-01-17 01:32:57 +0800 |
commit | 0c98e4b2da6b5de885114a744339a1f0f96c79be (patch) | |
tree | 8a50d02f9d255c5e11836c39267c42d76b60fdeb /solc/CommandLineInterface.cpp | |
parent | 220ccfb492511eab5a45936e477e6882f52be96a (diff) | |
download | dexon-solidity-0c98e4b2da6b5de885114a744339a1f0f96c79be.tar dexon-solidity-0c98e4b2da6b5de885114a744339a1f0f96c79be.tar.gz dexon-solidity-0c98e4b2da6b5de885114a744339a1f0f96c79be.tar.bz2 dexon-solidity-0c98e4b2da6b5de885114a744339a1f0f96c79be.tar.lz dexon-solidity-0c98e4b2da6b5de885114a744339a1f0f96c79be.tar.xz dexon-solidity-0c98e4b2da6b5de885114a744339a1f0f96c79be.tar.zst dexon-solidity-0c98e4b2da6b5de885114a744339a1f0f96c79be.zip |
Stylistic corrections
Diffstat (limited to 'solc/CommandLineInterface.cpp')
-rw-r--r-- | solc/CommandLineInterface.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/solc/CommandLineInterface.cpp b/solc/CommandLineInterface.cpp index cebc9a07..4a4d3571 100644 --- a/solc/CommandLineInterface.cpp +++ b/solc/CommandLineInterface.cpp @@ -186,9 +186,7 @@ void CommandLineInterface::handleBinary(string const& _contract) if (m_args.count(g_argBinary)) { if (m_args.count("output-dir")) - { createFile(m_compiler->filesystemFriendlyName(_contract) + ".bin", m_compiler->object(_contract).toHex()); - } else { cout << "Binary: " << endl; |