diff options
author | chriseth <chris@ethereum.org> | 2017-01-25 00:35:21 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-25 00:35:21 +0800 |
commit | 29dab03ec8b595fc25e010bd8b60b2e280d0ebed (patch) | |
tree | 0762448b2881d491817b0d1c25456cc6ae157148 /libevmasm/Assembly.h | |
parent | b52a60402d0885f8700658488b02bc48f7746aaf (diff) | |
parent | 997f5d751a21263b1f104d547486abca3ee3bff6 (diff) | |
download | dexon-solidity-29dab03ec8b595fc25e010bd8b60b2e280d0ebed.tar dexon-solidity-29dab03ec8b595fc25e010bd8b60b2e280d0ebed.tar.gz dexon-solidity-29dab03ec8b595fc25e010bd8b60b2e280d0ebed.tar.bz2 dexon-solidity-29dab03ec8b595fc25e010bd8b60b2e280d0ebed.tar.lz dexon-solidity-29dab03ec8b595fc25e010bd8b60b2e280d0ebed.tar.xz dexon-solidity-29dab03ec8b595fc25e010bd8b60b2e280d0ebed.tar.zst dexon-solidity-29dab03ec8b595fc25e010bd8b60b2e280d0ebed.zip |
Merge pull request #1600 from ethereum/functionalAsmOut
Create functional assembly output, if possible.
Diffstat (limited to 'libevmasm/Assembly.h')
-rw-r--r-- | libevmasm/Assembly.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libevmasm/Assembly.h b/libevmasm/Assembly.h index 9e7f9f7b..528c9e74 100644 --- a/libevmasm/Assembly.h +++ b/libevmasm/Assembly.h @@ -118,7 +118,6 @@ protected: /// returns the replaced tags. std::map<u256, u256> optimiseInternal(bool _enable, bool _isCreation, size_t _runs); - std::string locationFromSources(StringMap const& _sourceCodes, SourceLocation const& _location) const; void donePath() { if (m_totalDeposit != INT_MAX && m_totalDeposit != m_deposit) BOOST_THROW_EXCEPTION(InvalidDeposit()); } unsigned bytesRequired(unsigned subTagSize) const; |