From: Štěpán Němec Date: Mon, 28 Aug 2023 10:42:43 +0000 (+0200) Subject: watch: remove unused variable X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2565757a2dc6b253888415d83f00b8325d63b33e;p=thirdparty%2Fpublic-inbox.git watch: remove unused variable --- diff --git a/lib/PublicInbox/Watch.pm b/lib/PublicInbox/Watch.pm index c7acda14a..c3b5b7914 100644 --- a/lib/PublicInbox/Watch.pm +++ b/lib/PublicInbox/Watch.pm @@ -42,7 +42,7 @@ sub compile_watchheaders ($) { sub new { my ($class, $cfg) = @_; - my (%mdmap, $spamc); + my (%mdmap); my (%imap, %nntp); # url => [inbox objects] or 'watchspam' my (@imap, @nntp);