Skip to content

Commit 69f1d8f

Browse files
Update checkinternal.h
1 parent f1ce37c commit 69f1d8f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/checkinternal.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ class CPPCHECKLIB CheckInternal : public Check {
7070
/** @brief %Check if there is a redundant check for none-nullness of parameter before Match functions, such as (tok && Token::Match(tok, "foo")) */
7171
void checkRedundantTokCheck();
7272

73-
void multiComparePatternError(const Token *tok, const std::string &pattern, const std::string &funcname);
7473
void simplePatternError(const Token *tok, const std::string &pattern, const std::string &funcname);
7574
void complexPatternError(const Token *tok, const std::string &pattern, const std::string &funcname);
7675
void missingPercentCharacterError(const Token *tok, const std::string &pattern, const std::string &funcname);

0 commit comments

Comments
 (0)