summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/CheckStatement.h
diff options
context:
space:
mode:
authorErik Verbruggen <erik.verbruggen@nokia.com>2010-02-15 12:23:28 +0100
committerErik Verbruggen <erik.verbruggen@nokia.com>2010-02-15 12:24:31 +0100
commita0071f1ce968a3c01d034227f0c01042447dfb43 (patch)
tree9a76e232739878f7e0b633c85ee3ed6fe2e246d5 /src/shared/cplusplus/CheckStatement.h
parentcb3001b621a7c212443e1b9fc4dbabd5b27666d9 (diff)
downloadqt-creator-a0071f1ce968a3c01d034227f0c01042447dfb43.tar.gz
Revert "Added Objective-C @try block parsing."
This reverts commit f4163b8ba01cd1a4f5d91c83a3863939b7809375.
Diffstat (limited to 'src/shared/cplusplus/CheckStatement.h')
-rw-r--r--src/shared/cplusplus/CheckStatement.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/shared/cplusplus/CheckStatement.h b/src/shared/cplusplus/CheckStatement.h
index dd77d5ba87..dc8447f37e 100644
--- a/src/shared/cplusplus/CheckStatement.h
+++ b/src/shared/cplusplus/CheckStatement.h
@@ -90,9 +90,6 @@ protected:
virtual bool visit(CatchClauseAST *ast);
virtual bool visit(WhileStatementAST *ast);
virtual bool visit(QtMemberDeclarationAST *ast);
- virtual bool visit(ObjCTryBlockStatementAST *ast);
- virtual bool visit(ObjCCatchClauseAST *ast);
- virtual bool visit(ObjCFinallyClauseAST *ast);
bool forEachFastEnum(unsigned firstToken,
unsigned lastToken,