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:
Rasmus Wriedt Larsen
2023-02-22 16:12:19 +01:00
parent 97fefd2545
commit 373907265b
4 changed files with 23 additions and 21 deletions

View File

@@ -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
)
)