Python: Remove pragma[inline] from parameterMatch

It's gotten complex enough that it doesn't by definition seem necessary
to inline it. (in the range of ~2200 results for django and pandas)
This commit is contained in:
Rasmus Wriedt Larsen
2022-09-23 16:28:58 +02:00
parent 4416037dc6
commit 8e0bb62516

View File

@@ -151,7 +151,6 @@ class ArgumentPosition extends TArgumentPosition {
}
/** Holds if arguments at position `apos` match parameters at position `ppos`. */
pragma[inline]
predicate parameterMatch(ParameterPosition ppos, ArgumentPosition apos) {
ppos.isSelf() and apos.isSelf()
or