mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
Java: remove previous uses of isUninteresting
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user