Skip to content

Commit ba13d7f

Browse files
committed
C++: Remove superfluous disjunct.
1 parent ecb5e7a commit ba13d7f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/SsaInternals.qll

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -908,11 +908,6 @@ private module SsaInput implements SsaImplCommon::InputSig<Location> {
908908
exists(UseImpl use | use.hasIndexInBlock(bb, i, v) |
909909
if use.isCertain() then certain = true else certain = false
910910
)
911-
or
912-
exists(GlobalUse global |
913-
global.hasIndexInBlock(bb, i, v) and
914-
certain = true
915-
)
916911
}
917912
}
918913

0 commit comments

Comments
 (0)