Skip to content

Commit 3368169

Browse files
committed
Address review.
1 parent 0e7a082 commit 3368169

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

java/ql/src/semmle/code/java/dataflow/NullGuards.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ InstanceOfExpr instanceofExpr(SsaVariable v, Type type) {
3636
*/
3737
EqualityTest varEqualityTestExpr(SsaVariable v1, SsaVariable v2, boolean isEqualExpr) {
3838
result.hasOperands(v1.getAUse(), v2.getAUse()) and
39-
result instanceof EqualityTest and
4039
isEqualExpr = result.polarity()
4140
}
4241

0 commit comments

Comments
 (0)