diff options
Diffstat (limited to 'src/shared/cplusplus/AST.h')
-rw-r--r-- | src/shared/cplusplus/AST.h | 16 |
1 files changed, 0 insertions, 16 deletions
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: |