summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/AST.h
diff options
context:
space:
mode:
authorRoberto Raggi <roberto.raggi@nokia.com>2009-11-10 12:48:33 +0100
committerRoberto Raggi <roberto.raggi@nokia.com>2009-11-10 16:20:11 +0100
commit4c246763627cbc69b09ebe2ac1ea8be16669569f (patch)
tree9f8cc53798f31dd58db4da476f514cbc47f2c42c /src/shared/cplusplus/AST.h
parent98802456b3b7573e0f76779c9ed4fb2007a8612d (diff)
downloadqt-creator-4c246763627cbc69b09ebe2ac1ea8be16669569f.tar.gz
Removed ObjCMessageArgumentDeclarationListAST
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 c46fca5a50..fc884741db 100644
--- a/src/shared/cplusplus/AST.h
+++ b/src/shared/cplusplus/AST.h
@@ -2445,22 +2445,6 @@ protected:
virtual void accept0(ASTVisitor *visitor);
};
-class CPLUSPLUS_EXPORT ObjCMessageArgumentDeclarationListAST: public AST
-{
-public:
- ObjCMessageArgumentDeclarationAST *argument_declaration;
- ObjCMessageArgumentDeclarationListAST *next;
-
-public:
- virtual ObjCMessageArgumentDeclarationListAST *asObjCMessageArgumentDeclarationList() { return this; }
-
- virtual unsigned firstToken() const;
- virtual unsigned lastToken() const;
-
-protected:
- virtual void accept0(ASTVisitor *visitor);
-};
-
class CPLUSPLUS_EXPORT ObjCMethodPrototypeAST: public AST
{
public: