about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2022-04-02 04:38:43 +0000
committerEric Wong <e@80x24.org>2022-04-02 05:23:09 +0000
commit5fb44bf4ffa9f2d4e82ca60859c99e32664ccc53 (patch)
treef98a373d6870acddf03b4a9f749622f972a2ca49
parent3e639ca78aa70ad6a6598bcf32d4b72696e3ebfb (diff)
downloadpublic-inbox-5fb44bf4ffa9f2d4e82ca60859c99e32664ccc53.tar.gz
Noticed while looking at something else completely unrelated...
-rw-r--r--lib/PublicInbox/View.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/PublicInbox/View.pm b/lib/PublicInbox/View.pm
index ca02ae05..b90cb08b 100644
--- a/lib/PublicInbox/View.pm
+++ b/lib/PublicInbox/View.pm
@@ -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>";