summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/AST.h
diff options
context:
space:
mode:
authorRoberto Raggi <roberto.raggi@nokia.com>2009-11-10 12:47:08 +0100
committerRoberto Raggi <roberto.raggi@nokia.com>2009-11-10 16:20:11 +0100
commit98802456b3b7573e0f76779c9ed4fb2007a8612d (patch)
treef47bb05d3cfc70cb9e5d0a86cd887e2ba66f2902 /src/shared/cplusplus/AST.h
parente5c9aaab4b1c4ac709eab50dc043e3c69235ecf7 (diff)
downloadqt-creator-98802456b3b7573e0f76779c9ed4fb2007a8612d.tar.gz
Removed ObjCPropertyAttributeListAST
Done with Erik Verbruggen
Diffstat (limited to 'src/shared/cplusplus/AST.h')
-rw-r--r--src/shared/cplusplus/AST.h16
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: