diff options
author | Christian <c@ethdev.com> | 2015-01-27 23:42:28 +0800 |
---|---|---|
committer | Christian <c@ethdev.com> | 2015-01-29 07:32:21 +0800 |
commit | 6ec9586de3ce96fafd3c9c7c6318e13f784e8d8f (patch) | |
tree | c2de7a5a7bd18edb7733fec23d33f720d8552631 /GlobalContext.cpp | |
parent | ae5a6a235c9d0996a712903e0cfd0560b326bbad (diff) | |
download | dexon-solidity-6ec9586de3ce96fafd3c9c7c6318e13f784e8d8f.tar dexon-solidity-6ec9586de3ce96fafd3c9c7c6318e13f784e8d8f.tar.gz dexon-solidity-6ec9586de3ce96fafd3c9c7c6318e13f784e8d8f.tar.bz2 dexon-solidity-6ec9586de3ce96fafd3c9c7c6318e13f784e8d8f.tar.lz dexon-solidity-6ec9586de3ce96fafd3c9c7c6318e13f784e8d8f.tar.xz dexon-solidity-6ec9586de3ce96fafd3c9c7c6318e13f784e8d8f.tar.zst dexon-solidity-6ec9586de3ce96fafd3c9c7c6318e13f784e8d8f.zip |
Style changes.
Diffstat (limited to 'GlobalContext.cpp')
-rw-r--r-- | GlobalContext.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/GlobalContext.cpp b/GlobalContext.cpp index 40a498c8..687c9c9d 100644 --- a/GlobalContext.cpp +++ b/GlobalContext.cpp @@ -89,7 +89,6 @@ MagicVariableDeclaration const* GlobalContext::getCurrentSuper() const m_superPointer[m_currentContract] = make_shared<MagicVariableDeclaration>( "super", make_shared<ContractType>(*m_currentContract, true)); return m_superPointer[m_currentContract].get(); - } } |