]> git.donarmstrong.com Git - perltidy.git/commitdiff
remove unused global var
authorSteve Hancock <perltidy@users.sourceforge.net>
Sun, 10 May 2020 17:23:28 +0000 (10:23 -0700)
committerSteve Hancock <perltidy@users.sourceforge.net>
Sun, 10 May 2020 17:23:28 +0000 (10:23 -0700)
lib/Perl/Tidy/Formatter.pm

index 8065234a32cd4c4b6a156efae1408a44c84b071b..ea6b6d0925bc3d2c402edb254352949a74410cd2 100644 (file)
@@ -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.