]> Sergey Matveev's repositories - public-inbox.git/commitdiff
view: remove unused $end variable
authorEric Wong <e@80x24.org>
Sat, 2 Apr 2022 04:38:43 +0000 (04:38 +0000)
committerEric Wong <e@80x24.org>
Sat, 2 Apr 2022 05:23:09 +0000 (05:23 +0000)
Noticed while looking at something else completely unrelated...

lib/PublicInbox/View.pm

index ca02ae057f2343ad4d66f9202a8563ccfc46c6ac..b90cb08baadc04783c54a43853a39f5545dd983d 100644 (file)
@@ -260,7 +260,6 @@ sub eml_entry {
        } elsif ($mapping) {
                my $nested = 'nested';
                my $flat = 'flat';
-               my $end = '';
                if ($ctx->{flat}) {
                        $hr = 1;
                        $flat = "<b>$flat</b>";