]> git.donarmstrong.com Git - perltidy.git/commitdiff
remove unused var
authorSteve Hancock <perltidy@users.sourceforge.net>
Tue, 24 Jan 2023 03:33:18 +0000 (19:33 -0800)
committerSteve Hancock <perltidy@users.sourceforge.net>
Tue, 24 Jan 2023 03:33:18 +0000 (19:33 -0800)
lib/Perl/Tidy/Formatter.pm

index 1c5d3361d3d2a2d620a15899bff4c69d1ebd0329..728a6c108f498738e81e4b569578714b59fc100b 100644 (file)
@@ -229,7 +229,6 @@ my (
     $rOpts_tee_pod,
     $rOpts_tee_side_comments,
     $rOpts_variable_maximum_line_length,
-    $rOpts_valign,
     $rOpts_valign_code,
     $rOpts_valign_side_comments,
     $rOpts_whitespace_cycle,
@@ -1923,7 +1922,6 @@ EOM
     $rOpts_tee_block_comments        = $rOpts->{'tee-block-comments'};
     $rOpts_tee_pod                   = $rOpts->{'tee-pod'};
     $rOpts_tee_side_comments         = $rOpts->{'tee-side-comments'};
-    $rOpts_valign                    = $rOpts->{'valign'};
     $rOpts_valign_code               = $rOpts->{'valign-code'};
     $rOpts_valign_side_comments      = $rOpts->{'valign-side-comments'};
     $rOpts_variable_maximum_line_length =