C++: Remove accidental redundancy.

This commit is contained in:
Jason Reed
2019-03-28 07:31:47 -04:00
parent 23ee7ee928
commit 9c0be34fd4

View File

@@ -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