user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [PATCH 2/5] watch: remove unused variable
  @ 2023-08-28 10:42  7% ` Štěpán Němec
  0 siblings, 0 replies; 1+ results
From: Štěpán Němec @ 2023-08-28 10:42 UTC (permalink / raw)
  To: meta

---
 lib/PublicInbox/Watch.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/PublicInbox/Watch.pm b/lib/PublicInbox/Watch.pm
index c7acda14a804..c3b5b7914843 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);
 
-- 
2.42.0


^ permalink raw reply related	[relevance 7%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2023-08-28 10:42     [PATCH 1/5] ci/profiles.sh: fix case matching logic Štěpán Němec
2023-08-28 10:42  7% ` [PATCH 2/5] watch: remove unused variable Štěpán Němec

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).