diff options
author | Liana Husikyan <liana@ethdev.com> | 2015-04-22 20:53:33 +0800 |
---|---|---|
committer | Liana Husikyan <liana@ethdev.com> | 2015-04-27 19:08:32 +0800 |
commit | 4cbff655ff6726944bfe7444f61446d82c1411c2 (patch) | |
tree | 28a9f8063cde87fac0190ff81f297f02779514fa /AST.cpp | |
parent | 2d62c482fd50a69bb19d2c3e3adca3a66260417f (diff) | |
download | dexon-solidity-4cbff655ff6726944bfe7444f61446d82c1411c2.tar.gz dexon-solidity-4cbff655ff6726944bfe7444f61446d82c1411c2.tar.zst dexon-solidity-4cbff655ff6726944bfe7444f61446d82c1411c2.zip |
style fix
Diffstat (limited to 'AST.cpp')
-rw-r--r-- | AST.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -127,7 +127,6 @@ FunctionDefinition const* ContractDefinition::getConstructor() const FixedHash<4> ContractDefinition::getConstructorsInterface() const { return FixedHash<4>(dev::sha3(getConstructor()->externalSignature())); - //return hash; } FunctionDefinition const* ContractDefinition::getFallbackFunction() const |