mirror of
https://github.com/github/codeql.git
synced 2026-05-01 19:55:15 +02:00
C++: Remove accidental redundancy.
This commit is contained in:
@@ -10,7 +10,6 @@ predicate nanExcludingComparison(ComparisonOperation guard, boolean polarity) {
|
||||
(
|
||||
guard instanceof LTExpr or
|
||||
guard instanceof LEExpr or
|
||||
guard instanceof LEExpr or
|
||||
guard instanceof GTExpr or
|
||||
guard instanceof GEExpr or
|
||||
guard instanceof EQExpr
|
||||
|
||||
Reference in New Issue
Block a user