mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user