mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
Address review.
This commit is contained in:
@@ -36,7 +36,6 @@ InstanceOfExpr instanceofExpr(SsaVariable v, Type type) {
|
||||
*/
|
||||
EqualityTest varEqualityTestExpr(SsaVariable v1, SsaVariable v2, boolean isEqualExpr) {
|
||||
result.hasOperands(v1.getAUse(), v2.getAUse()) and
|
||||
result instanceof EqualityTest and
|
||||
isEqualExpr = result.polarity()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user