diff options
author | Roberto Raggi <roberto.raggi@nokia.com> | 2009-11-10 12:49:49 +0100 |
---|---|---|
committer | Roberto Raggi <roberto.raggi@nokia.com> | 2009-11-10 16:20:11 +0100 |
commit | 86a8812beb9b122c37e474810dbf43567d727cac (patch) | |
tree | dfb623f6c2ec110bdce1cc8a869ebba67ac3b0cd /src/shared/cplusplus/AST.h | |
parent | 4c246763627cbc69b09ebe2ac1ea8be16669569f (diff) | |
download | qt-creator-86a8812beb9b122c37e474810dbf43567d727cac.tar.gz |
Removed ObjCSynthesizedPropertyAST
Done with Erik Verbruggen
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 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: |