aboutsummaryrefslogtreecommitdiffstats
path: root/AST.h
diff options
context:
space:
mode:
Diffstat (limited to 'AST.h')
-rw-r--r--AST.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/AST.h b/AST.h
index 4167537e..51d8031a 100644
--- a/AST.h
+++ b/AST.h
@@ -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;
};