mirror of
https://github.com/github/codeql.git
synced 2026-04-24 16:25:15 +02:00
Rangeanalysis: Remove unused getAlternateType predicates.
This commit is contained in:
@@ -362,10 +362,6 @@ module JavaLangImpl implements LangSig<Sem, IntDelta> {
|
||||
|
||||
predicate ignoreExprBound(Sem::Expr e) { none() }
|
||||
|
||||
Sem::Type getAlternateType(Sem::Expr e) { none() }
|
||||
|
||||
Sem::Type getAlternateTypeForSsaVariable(Sem::SsaVariable var) { none() }
|
||||
|
||||
predicate javaCompatibility() { any() }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user