Skip to content

Commit f95e1ef

Browse files
committed
Ruby: remove wrong clause
1 parent fb8cc6e commit f95e1ef

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ruby/ql/lib/codeql/ruby/InclusionTests.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,6 @@ module InclusionTest {
100100
or
101101
value = -1 and polarity = true and comparison.getExpr() instanceof NEExpr
102102
or
103-
value = 0 and polarity = false and comparison.getExpr() instanceof NEExpr
104-
or
105103
exists(RelationalOperation op | op = comparison.getExpr() |
106104
exists(Expr lesser, Expr greater |
107105
op.getLesserOperand() = lesser and

0 commit comments

Comments
 (0)