about summary refs log tree commit homepage
path: root/lib/PublicInbox/NNTPD.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/PublicInbox/NNTPD.pm')
-rw-r--r--lib/PublicInbox/NNTPD.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/PublicInbox/NNTPD.pm b/lib/PublicInbox/NNTPD.pm
index 15a72bac..4f550bb0 100644
--- a/lib/PublicInbox/NNTPD.pm
+++ b/lib/PublicInbox/NNTPD.pm
@@ -48,7 +48,6 @@ sub refresh_groups {
                         $ibx->base_url;
                 } else {
                         delete $groups->{$ngname};
-                        delete $ibx->{newsgroup};
                         # Note: don't be tempted to delete more for memory
                         # savings just yet: NNTP, IMAP, and WWW may all
                         # run in the same process someday.