aboutsummaryrefslogtreecommitdiffstats
path: root/solc/CommandLineInterface.cpp
diff options
context:
space:
mode:
authorRhett Aultman <roadriverrail@gmail.com>2016-12-16 20:22:42 +0800
committerRhett Aultman <rhett.aultman@meraki.net>2017-01-17 01:32:57 +0800
commit0c98e4b2da6b5de885114a744339a1f0f96c79be (patch)
tree8a50d02f9d255c5e11836c39267c42d76b60fdeb /solc/CommandLineInterface.cpp
parent220ccfb492511eab5a45936e477e6882f52be96a (diff)
downloaddexon-solidity-0c98e4b2da6b5de885114a744339a1f0f96c79be.tar.gz
dexon-solidity-0c98e4b2da6b5de885114a744339a1f0f96c79be.tar.zst
dexon-solidity-0c98e4b2da6b5de885114a744339a1f0f96c79be.zip
Stylistic corrections
Diffstat (limited to 'solc/CommandLineInterface.cpp')
-rw-r--r--solc/CommandLineInterface.cpp2
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;