Java: remove previous uses of isUninteresting

This commit is contained in:
Jami Cogswell
2022-12-08 16:56:43 -05:00
parent 29046e7960
commit f48cc9f40e
6 changed files with 6 additions and 20 deletions

View File

@@ -11,7 +11,6 @@ import semmle.code.java.dataflow.internal.FlowSummaryImpl as FlowSummaryImpl
import ExternalApi
private predicate relevant(ExternalApi api) {
not api.isUninteresting() and
not api.isSupported() and
not api = any(FlowSummaryImpl::Public::NegativeSummarizedCallable nsc).asCallable()
}