From 87997a92cb11db354296fc244e39ec0fb8ceff00 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 19 May 2024 21:55:08 +0000 Subject: [PATCH] lei_saved_search: drop ->altid_map method ->altid_map is not currently used by lei. The only caller is WwwText which should only see public inboxes, not lei storage. --- lib/PublicInbox/LeiSavedSearch.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/PublicInbox/LeiSavedSearch.pm b/lib/PublicInbox/LeiSavedSearch.pm index 9ae9dcdb4..1c8a1f730 100644 --- a/lib/PublicInbox/LeiSavedSearch.pm +++ b/lib/PublicInbox/LeiSavedSearch.pm @@ -263,8 +263,6 @@ sub reset_dedupe { sub mm { undef } -sub altid_map { {} } - sub cloneurl { [] } # find existing directory containing a `lei.saved-search' file based on -- 2.47.2