From 14e6c3382608f9110b3e78e73fec3f1f63df9434 Mon Sep 17 00:00:00 2001 From: Steve Hancock Date: Tue, 20 Oct 2020 18:51:05 -0700 Subject: [PATCH] removed unused var --- lib/Perl/Tidy/Formatter.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Perl/Tidy/Formatter.pm b/lib/Perl/Tidy/Formatter.pm index c8c4edcf..083962be 100644 --- a/lib/Perl/Tidy/Formatter.pm +++ b/lib/Perl/Tidy/Formatter.pm @@ -16784,7 +16784,6 @@ sub get_seqno { my @tmp = reverse @{$rix_seqno_controlling_ci}; my $ix_next = pop @tmp; foreach my $line ( 0 .. $max_line ) { - my $ibeg = $ri_first->[$line]; my $iend = $ri_last->[$line]; while ( defined($ix_next) && $ix_next <= $iend ) { push @{ $i_controlling_ci[$line] }, $ix_next; -- 2.39.5