mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Rangeanalysis: Remove superfluous ignoreSsaReadAssignment.
This commit is contained in:
@@ -377,8 +377,6 @@ module JavaLangImpl implements LangSig<Sem, IntDelta> {
|
||||
|
||||
predicate ignoreZeroLowerBound(Sem::Expr e) { none() }
|
||||
|
||||
predicate ignoreSsaReadAssignment(Sem::SsaVariable v) { none() }
|
||||
|
||||
Sem::Expr specificSsaRead(Sem::SsaVariable v, int delta) { none() }
|
||||
|
||||
predicate additionalValueFlowStep(Sem::Expr dest, Sem::Expr src, int delta) { none() }
|
||||
|
||||
Reference in New Issue
Block a user