Removed ObjCPropertyAttributeListAST

Done with Erik Verbruggen
This commit is contained in:
Roberto Raggi
2009-11-10 12:47:08 +01:00
parent e5c9aaab4b
commit 98802456b3
6 changed files with 7 additions and 53 deletions

View File

@@ -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: