diff options
author | chriseth <c@ethdev.com> | 2016-11-24 19:32:42 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2016-12-01 23:03:59 +0800 |
commit | 1e35526eb6a7c5af074170f6291491d3cb0bd6ba (patch) | |
tree | 41c8a1688197c6b3109e7345b8ca9a520f8eecac /libsolidity/codegen/CompilerContext.h | |
parent | aa1fd6a879eaedc5c4df2951c06e9dc3eb6eaeb4 (diff) | |
download | dexon-solidity-1e35526eb6a7c5af074170f6291491d3cb0bd6ba.tar.gz dexon-solidity-1e35526eb6a7c5af074170f6291491d3cb0bd6ba.tar.zst dexon-solidity-1e35526eb6a7c5af074170f6291491d3cb0bd6ba.zip |
Fix tests.
Diffstat (limited to 'libsolidity/codegen/CompilerContext.h')
-rw-r--r-- | libsolidity/codegen/CompilerContext.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libsolidity/codegen/CompilerContext.h b/libsolidity/codegen/CompilerContext.h index 8fdb3e03..80671528 100644 --- a/libsolidity/codegen/CompilerContext.h +++ b/libsolidity/codegen/CompilerContext.h @@ -152,9 +152,6 @@ public: std::map<std::string, std::string> const& _replacements = std::map<std::string, std::string>{} ); - /// Prepends "PUSH <compiler version number> POP" - void injectVersionStampIntoSub(size_t _subIndex); - /// Appends arbitrary data to the end of the bytecode. void appendAuxiliaryData(bytes const& _data) { m_asm->appendAuxiliaryDataToEnd(_data); } |