diff options
author | Christian <c@ethdev.com> | 2015-01-29 23:42:59 +0800 |
---|---|---|
committer | Christian <c@ethdev.com> | 2015-01-30 04:33:46 +0800 |
commit | 4e72a775469ea0e97475460997336de2e3af80df (patch) | |
tree | 41ec76a749bdc477dac8e410bc6be502a557550a /AST.h | |
parent | 4a6ed84386ed7bc3abd2b4cf2441b29a5af38816 (diff) | |
download | dexon-solidity-4e72a775469ea0e97475460997336de2e3af80df.tar dexon-solidity-4e72a775469ea0e97475460997336de2e3af80df.tar.gz dexon-solidity-4e72a775469ea0e97475460997336de2e3af80df.tar.bz2 dexon-solidity-4e72a775469ea0e97475460997336de2e3af80df.tar.lz dexon-solidity-4e72a775469ea0e97475460997336de2e3af80df.tar.xz dexon-solidity-4e72a775469ea0e97475460997336de2e3af80df.tar.zst dexon-solidity-4e72a775469ea0e97475460997336de2e3af80df.zip |
Code generation for events.
Diffstat (limited to 'AST.h')
-rwxr-xr-x | AST.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -404,7 +404,6 @@ public: bool isStateVariable() const { return m_isStateVariable; } bool isIndexed() const { return m_isIndexed; } - private: ASTPointer<TypeName> m_typeName; ///< can be empty ("var") bool m_isPublic; ///< Whether there is an accessor for it or not |