From 98802456b3b7573e0f76779c9ed4fb2007a8612d Mon Sep 17 00:00:00 2001 From: Roberto Raggi Date: Tue, 10 Nov 2009 12:47:08 +0100 Subject: Removed ObjCPropertyAttributeListAST 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 6a0e4d96cc..c46fca5a50 100644 --- a/src/shared/cplusplus/AST.h +++ b/src/shared/cplusplus/AST.h @@ -2405,22 +2405,6 @@ protected: virtual void accept0(ASTVisitor *visitor); }; -class CPLUSPLUS_EXPORT ObjCPropertyAttributeListAST: public AST -{ -public: - ObjCPropertyAttributeAST *attr; - ObjCPropertyAttributeListAST *next; - -public: - virtual ObjCPropertyAttributeListAST *asObjCPropertyAttributeList() { return this; } - - virtual unsigned firstToken() const; - virtual unsigned lastToken() const; - -protected: - virtual void accept0(ASTVisitor *visitor); -}; - class CPLUSPLUS_EXPORT ObjCPropertyDeclarationAST: public DeclarationAST { public: -- cgit v1.2.1