]> git.tdb.fi Git - libs/gl.git/commitdiff
Rewrite UnusedVariableRemover
authorMikko Rasa <tdb@tdb.fi>
Wed, 10 Mar 2021 11:01:12 +0000 (13:01 +0200)
committerMikko Rasa <tdb@tdb.fi>
Wed, 10 Mar 2021 13:33:38 +0000 (15:33 +0200)
The old implementation was getting too complex with its multitude of
flags.  The new one is based on the idea of reaching definition analysis
and is much more straightforward.


No differences found