]> git.donarmstrong.com Git - perltidy.git/commit
remove unused vars
authorSteve Hancock <perltidy@users.sourceforge.net>
Mon, 20 Feb 2023 23:56:12 +0000 (15:56 -0800)
committerSteve Hancock <perltidy@users.sourceforge.net>
Mon, 20 Feb 2023 23:56:12 +0000 (15:56 -0800)
commitd0c12f9343f5d23dd6c212370a1fd49d80ffd7d3
tree141d764cf7680cf9f74a375d2b51b9050739f1b8
parent8891491e7855726c6592829e601f154049b53552
remove unused vars

I found these with a utility I wrote to scan for unused vars.  Most are
remnants from debugging, or variables that might have been useful but
were not actually used.  I left a few unused hashes in the tokenizer which
might be useful in the future.
lib/Perl/Tidy.pm
lib/Perl/Tidy/Formatter.pm
lib/Perl/Tidy/Logger.pm
lib/Perl/Tidy/Tokenizer.pm
lib/Perl/Tidy/VerticalAligner.pm