mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +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]
|
||||
predicate appliesTo(ControlFlowNode n) {
|
||||
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