mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Python: Slight cleanup
This commit is contained in:
@@ -468,8 +468,8 @@ class BarrierGuard extends GuardNode {
|
||||
}
|
||||
|
||||
private predicate comes_from_cfgnode(Node node) {
|
||||
exists(Node second |
|
||||
simpleLocalFlowStep(any(CfgNode c), second) and
|
||||
exists(CfgNode first, Node second |
|
||||
simpleLocalFlowStep(first, second) and
|
||||
simpleLocalFlowStep*(second, node)
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user