Skip to content

Commit bcd5aa6

Browse files
Update checkstl.h
1 parent 5e8fe9d commit bcd5aa6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/checkstl.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ class CPPCHECKLIB CheckStl : public Check {
176176
void negativeIndexError(const Token* tok, const ValueFlow::Value& index);
177177
void invalidIteratorError(const Token* tok, const std::string& iteratorName);
178178
void iteratorsError(const Token* tok, const std::string& containerName1, const std::string& containerName2);
179-
void iteratorsError(const Token* tok, const Token* containerTok, const std::string& containerName1, const std::string& containerName2);
180179
void iteratorsError(const Token* tok, const Token* containerTok, const std::string& containerName);
181180
void mismatchingContainerIteratorError(const Token* containerTok, const Token* iterTok, const Token* containerTok2);
182181
void mismatchingContainersError(const Token* tok1, const Token* tok2);

0 commit comments

Comments
 (0)