From 86a8812beb9b122c37e474810dbf43567d727cac Mon Sep 17 00:00:00 2001 From: Roberto Raggi Date: Tue, 10 Nov 2009 12:49:49 +0100 Subject: Removed ObjCSynthesizedPropertyAST Done with Erik Verbruggen --- src/shared/cplusplus/AST.h | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'src/shared/cplusplus/AST.h') diff --git a/src/shared/cplusplus/AST.h b/src/shared/cplusplus/AST.h index fc884741db..da2c9d1fae 100644 --- a/src/shared/cplusplus/AST.h +++ b/src/shared/cplusplus/AST.h @@ -2502,22 +2502,6 @@ protected: virtual void accept0(ASTVisitor *visitor); }; -class CPLUSPLUS_EXPORT ObjCSynthesizedPropertyListAST: public AST -{ -public: - ObjCSynthesizedPropertyAST *synthesized_property; - ObjCSynthesizedPropertyListAST *next; - -public: - virtual ObjCSynthesizedPropertyListAST *asObjCSynthesizedPropertyList() { return this; } - - virtual unsigned firstToken() const; - virtual unsigned lastToken() const; - -protected: - virtual void accept0(ASTVisitor *visitor); -}; - class CPLUSPLUS_EXPORT ObjCSynthesizedPropertiesDeclarationAST: public DeclarationAST { public: -- cgit v1.2.1