Unused functions: Fixed invalid pattern match

This commit is contained in:
Daniel Marjamäki 2013-01-16 06:43:19 +01:00
parent 27eedcd0a3
commit 78f3c5f772
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ void CheckUnusedFunctions::parseTokens(const Tokenizer &tokenizer)
// Check that ") {" is found..
if (! Token::Match(tok, ") const| {") &&
! Token::simpleMatch(tok, ") const| throw ( ) {"))
! Token::Match(tok, ") const| throw ( ) {"))
funcname = 0;
if (funcname) {