]> git.tdb.fi Git - libs/gl.git/commitdiff
Extend unused variable analysis to assignments and across interfaces
authorMikko Rasa <tdb@tdb.fi>
Fri, 11 Nov 2016 11:37:18 +0000 (13:37 +0200)
committerMikko Rasa <tdb@tdb.fi>
Fri, 11 Nov 2016 11:47:23 +0000 (13:47 +0200)
Assignments are removed if there are no further references to the
assigned variable, except if it's a linked out variable.


No differences found