From: Steve Hancock Date: Sun, 10 May 2020 17:23:28 +0000 (-0700) Subject: remove unused global var X-Git-Tag: 20200619~38 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ac3043ef708c781d62bf37449cf9dc77938b77ba;p=perltidy.git remove unused global var --- diff --git a/lib/Perl/Tidy/Formatter.pm b/lib/Perl/Tidy/Formatter.pm index 8065234a..ea6b6d09 100644 --- a/lib/Perl/Tidy/Formatter.pm +++ b/lib/Perl/Tidy/Formatter.pm @@ -239,7 +239,6 @@ use vars qw{ $rOpts_line_up_parentheses $rOpts_maximum_line_length $rOpts_variable_maximum_line_length - $rOpts_whitespace_cycle %is_opening_type %is_closing_type @@ -6057,7 +6056,6 @@ EOM $rOpts_maximum_line_length = $rOpts->{'maximum-line-length'}; $rOpts_variable_maximum_line_length = $rOpts->{'variable-maximum-line-length'}; - $rOpts_whitespace_cycle = $rOpts->{'whitespace-cycle'}; # Note that both opening and closing tokens can access the opening # and closing flags of their container types.