]> git.ipfire.org Git - thirdparty/public-inbox.git/commitdiff
watch: remove unused variable
authorŠtěpán Němec <stepnem@smrk.net>
Mon, 28 Aug 2023 10:42:43 +0000 (12:42 +0200)
committerEric Wong <e@80x24.org>
Mon, 28 Aug 2023 21:32:28 +0000 (21:32 +0000)
lib/PublicInbox/Watch.pm

index c7acda14a804c1315ad24b8fdda3f0663188f385..c3b5b79148431636662af23dfa219c90e9352a10 100644 (file)
@@ -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);