mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Python: Remove join order hints that don't work.
This commit is contained in:
@@ -187,7 +187,7 @@ class PointsToContext extends TPointsToContext {
|
|||||||
pragma[inline]
|
pragma[inline]
|
||||||
predicate appliesTo(ControlFlowNode n) {
|
predicate appliesTo(ControlFlowNode n) {
|
||||||
exists(Scope s |
|
exists(Scope s |
|
||||||
this.appliesToScope(pragma[only_bind_into](s)) and pragma[only_bind_into](s) = n.getScope()
|
this.appliesToScope(s) and s = n.getScope()
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user