diff options
author | Roberto Raggi <roberto.raggi@nokia.com> | 2010-07-20 12:54:49 +0200 |
---|---|---|
committer | Roberto Raggi <roberto.raggi@nokia.com> | 2010-07-20 12:55:08 +0200 |
commit | 893e647306ab121567553d5fe1adbbdae041aed7 (patch) | |
tree | cfb2911183e5f167a1859954090c911b99d4ebdf /src/shared/cplusplus/CheckDeclaration.h | |
parent | a97bede3416d1feaa2d9f07dd4d4ca1ba85cbdb7 (diff) | |
download | qt-creator-893e647306ab121567553d5fe1adbbdae041aed7.tar.gz |
Use the location of the unqualified name id.
Diffstat (limited to 'src/shared/cplusplus/CheckDeclaration.h')
-rw-r--r-- | src/shared/cplusplus/CheckDeclaration.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/shared/cplusplus/CheckDeclaration.h b/src/shared/cplusplus/CheckDeclaration.h index acd71c557b..90690d2720 100644 --- a/src/shared/cplusplus/CheckDeclaration.h +++ b/src/shared/cplusplus/CheckDeclaration.h @@ -73,8 +73,6 @@ protected: using ASTVisitor::visit; - unsigned locationOfDeclaratorId(DeclaratorAST *declarator) const; - virtual bool visit(SimpleDeclarationAST *ast); virtual bool visit(EmptyDeclarationAST *ast); virtual bool visit(AccessDeclarationAST *ast); |