Rangeanalysis: Remove unused getAlternateType predicates.

This commit is contained in:
Anders Schack-Mulligen
2023-11-10 14:37:24 +01:00
parent 352ec91a08
commit 3a73faf061
5 changed files with 2 additions and 68 deletions

View File

@@ -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() }
}