Skip to content

Commit 36613e1

Browse files
committed
SSA: Remove superfluous conjunct (implied by refRank).
1 parent 3822d14 commit 36613e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

shared/ssa/codeql/ssa/Ssa.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,6 @@ module Make<LocationSig Location, InputSig<Location> Input> {
237237
rnk = maxRefRank(bb, v) and
238238
liveAtExit(bb, v)
239239
or
240-
ref(bb, i, v, kind) and
241240
kind = Read(_)
242241
or
243242
exists(RefKind nextKind |

0 commit comments

Comments
 (0)