mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
Python: Fixed most problems from last commit
That one line was an afterthought, and certainly did not work as intended.
This commit is contained in:
@@ -118,7 +118,6 @@ module ImportResolution {
|
||||
EssaFlow::defToFirstUse(firstDef, mid) and
|
||||
EssaFlow::useToNextUse*(mid, end) and
|
||||
not EssaFlow::useToNextUse(end, _) and
|
||||
lastUseVar.getAUse() = end and
|
||||
val.asCfgNode() = end
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user