Remove addressed FIXME

This was addressed by adding `getAPackageWithSummarizedCallables`
This commit is contained in:
Chris Smowton
2023-03-31 14:24:09 +01:00
parent 985e07d902
commit 7ffe863ba6

View File

@@ -181,7 +181,6 @@ class UnknownExternalApiDataNode extends ExternalApiDataNode {
// Not a sink for a commonly-used query
not isACommonSink(this) and
// Not in a package that has some functions modeled
// FIXME
not call.getTarget().getPackage() = getAPackageWithModels()
}
}