diff options
author | chriseth <chris@ethereum.org> | 2017-08-14 23:04:00 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-14 23:04:00 +0800 |
commit | 2411f5d839cd784ef31e076812787b2e1934ca9f (patch) | |
tree | 1118f62a4a984c2ef81e418b3e57a44753155d6a /libsolidity/codegen/CompilerContext.cpp | |
parent | 0a04a35a2e02437ae038af41c947b3e829946bca (diff) | |
parent | 63b556b2063acfe84f16973bd5b0429d70f7fb93 (diff) | |
download | dexon-solidity-2411f5d839cd784ef31e076812787b2e1934ca9f.tar dexon-solidity-2411f5d839cd784ef31e076812787b2e1934ca9f.tar.gz dexon-solidity-2411f5d839cd784ef31e076812787b2e1934ca9f.tar.bz2 dexon-solidity-2411f5d839cd784ef31e076812787b2e1934ca9f.tar.lz dexon-solidity-2411f5d839cd784ef31e076812787b2e1934ca9f.tar.xz dexon-solidity-2411f5d839cd784ef31e076812787b2e1934ca9f.tar.zst dexon-solidity-2411f5d839cd784ef31e076812787b2e1934ca9f.zip |
Merge pull request #2704 from ethereum/newEncoder
New ABI encoder
Diffstat (limited to 'libsolidity/codegen/CompilerContext.cpp')
-rw-r--r-- | libsolidity/codegen/CompilerContext.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libsolidity/codegen/CompilerContext.cpp b/libsolidity/codegen/CompilerContext.cpp index bc4de3ee..ed780d0b 100644 --- a/libsolidity/codegen/CompilerContext.cpp +++ b/libsolidity/codegen/CompilerContext.cpp @@ -44,11 +44,6 @@ namespace dev namespace solidity { -void CompilerContext::addMagicGlobal(MagicVariableDeclaration const& _declaration) -{ - m_magicGlobals.insert(&_declaration); -} - void CompilerContext::addStateVariable( VariableDeclaration const& _declaration, u256 const& _storageOffset, |