diff options
Diffstat (limited to 'AST.h')
-rw-r--r-- | AST.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -333,11 +333,7 @@ public: virtual TypePointer getType(ContractDefinition const*) const override; - /// Checks that the members do not include any duplicate names - void checkValidityOfMembers() const; - private: - std::vector<ASTPointer<EnumValue>> m_members; }; |