diff options
author | chriseth <chris@ethereum.org> | 2017-08-10 23:54:08 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2017-08-14 20:11:41 +0800 |
commit | ee6f56d6418d1d25690702adf55a00733517062c (patch) | |
tree | ef699abd2fb7e2caf4d5d1b662bff93a5305693f /libsolidity/codegen/CompilerContext.cpp | |
parent | 38446a9669b3ddeadb3a088bad98ef948fa5adc6 (diff) | |
download | dexon-solidity-ee6f56d6418d1d25690702adf55a00733517062c.tar.gz dexon-solidity-ee6f56d6418d1d25690702adf55a00733517062c.tar.zst dexon-solidity-ee6f56d6418d1d25690702adf55a00733517062c.zip |
Remove unused magic global feature.
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, |