Skip to content

Commit e8ede48

Browse files
Update valueflow.cpp
1 parent 82aa259 commit e8ede48

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/valueflow.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1968,8 +1968,6 @@ static const Token* skipCVRefs(const Token* tok, const Token* endTok)
19681968

19691969
static bool isNotEqual(std::pair<const Token*, const Token*> x, std::pair<const Token*, const Token*> y)
19701970
{
1971-
if (x == y)
1972-
return false;
19731971
const Token* start1 = x.first;
19741972
const Token* start2 = y.first;
19751973
if (start1 == nullptr || start2 == nullptr)

0 commit comments

Comments
 (0)