From ac3043ef708c781d62bf37449cf9dc77938b77ba Mon Sep 17 00:00:00 2001 From: Steve Hancock Date: Sun, 10 May 2020 10:23:28 -0700 Subject: [PATCH] remove unused global var --- lib/Perl/Tidy/Formatter.pm | 2 -- 1 file changed, 2 deletions(-) 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. -- 2.39.5