]> git.tdb.fi Git - libs/gl.git/commitdiff
Some fixes to assignment management in UnusedVariableLocator
authorMikko Rasa <tdb@tdb.fi>
Sat, 10 Dec 2016 20:43:51 +0000 (22:43 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sat, 10 Dec 2016 20:43:51 +0000 (22:43 +0200)
Sometimes assignments were being removed when they shouldn't (reference
from a conditional sub-block).  Other times they weren't being removed
when they should (followup assignment in the same block).


No differences found