mirror of
https://github.com/github/codeql.git
synced 2026-04-23 15:55:18 +02:00
Rangeanalysis: Remove superfluous ignoreSsaReadCopy.
This commit is contained in:
@@ -315,8 +315,6 @@ module IntDelta implements DeltaSig {
|
||||
}
|
||||
|
||||
module JavaLangImpl implements LangSig<Sem, IntDelta> {
|
||||
predicate ignoreSsaReadCopy(Sem::Expr e) { none() }
|
||||
|
||||
/**
|
||||
* Holds if `e >= bound` (if `upper = false`) or `e <= bound` (if `upper = true`).
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user