diff options
author | Roberto Raggi <roberto.raggi@nokia.com> | 2009-10-20 11:28:38 +0200 |
---|---|---|
committer | Roberto Raggi <roberto.raggi@nokia.com> | 2009-10-20 11:28:38 +0200 |
commit | 7c629019190ba830526d265f4ba2644332fb18fc (patch) | |
tree | 7224086418e9013a53e9294d5f99c95e1c6a4027 /src/shared/cplusplus/Parser.h | |
parent | 3ec7f9d3891da233ce660b14673520aa383bdd77 (diff) | |
download | qt-creator-7c629019190ba830526d265f4ba2644332fb18fc.tar.gz |
Removed unused method Parser::maybeFunctionCall()
Diffstat (limited to 'src/shared/cplusplus/Parser.h')
-rw-r--r-- | src/shared/cplusplus/Parser.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/shared/cplusplus/Parser.h b/src/shared/cplusplus/Parser.h index 753f6f44b2..d8a564c6c6 100644 --- a/src/shared/cplusplus/Parser.h +++ b/src/shared/cplusplus/Parser.h @@ -265,7 +265,6 @@ public: void match(int kind, unsigned *token); bool maybeAmbiguousStatement(DeclarationStatementAST *ast) const; - bool maybeFunctionCall(SimpleDeclarationAST *simpleDecl) const; bool maybeSimpleExpression(SimpleDeclarationAST *simpleDecl) const; bool maybeForwardOrClassDeclaration(SpecifierAST *decl_specifier_seq) const; bool isPointerDeclaration(DeclarationStatementAST *ast) const; |