]> git.tdb.fi Git - libs/gl.git/commitdiff
Process loop initialization outside the body in UnusedVariableRemover
authorMikko Rasa <tdb@tdb.fi>
Mon, 8 Nov 2021 00:01:26 +0000 (02:01 +0200)
committerMikko Rasa <tdb@tdb.fi>
Mon, 8 Nov 2021 00:01:26 +0000 (02:01 +0200)
If it's processed inside the scope of the loop, assignments to the
iteration variable may get discarded.


No differences found