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

@@ -14,8 +14,7 @@ private predicate getRelevantUsages(string jarname, int usages) {
strictcount(Call c, ExternalApi a |
c.getCallee().getSourceDeclaration() = a and
not c.getFile() instanceof GeneratedFile and
a.jarContainer() = jarname and
not a.isUninteresting()
a.jarContainer() = jarname
)
}