We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1ce37c commit 69f1d8fCopy full SHA for 69f1d8f
1 file changed
lib/checkinternal.h
@@ -70,7 +70,6 @@ class CPPCHECKLIB CheckInternal : public Check {
70
/** @brief %Check if there is a redundant check for none-nullness of parameter before Match functions, such as (tok && Token::Match(tok, "foo")) */
71
void checkRedundantTokCheck();
72
73
- void multiComparePatternError(const Token *tok, const std::string &pattern, const std::string &funcname);
74
void simplePatternError(const Token *tok, const std::string &pattern, const std::string &funcname);
75
void complexPatternError(const Token *tok, const std::string &pattern, const std::string &funcname);
76
void missingPercentCharacterError(const Token *tok, const std::string &pattern, const std::string &funcname);
0 commit comments