mirror of
https://github.com/github/codeql.git
synced 2026-04-22 23:35:14 +02:00
Rangeanalysis: Remove superfluous ignoreZeroLowerBound.
This commit is contained in:
@@ -373,8 +373,6 @@ module JavaLangImpl implements LangSig<Sem, IntDelta> {
|
||||
|
||||
predicate ignoreExprBound(Sem::Expr e) { none() }
|
||||
|
||||
predicate ignoreZeroLowerBound(Sem::Expr e) { none() }
|
||||
|
||||
predicate additionalValueFlowStep(Sem::Expr dest, Sem::Expr src, int delta) { none() }
|
||||
|
||||
Sem::Type getAlternateType(Sem::Expr e) { none() }
|
||||
|
||||
Reference in New Issue
Block a user