]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/LeiSavedSearch.pm
treewide: ditch inbox->recent method
[public-inbox.git] / lib / PublicInbox / LeiSavedSearch.pm
index 1d13aef6728a6a5ebcbcd942a93630f61872e1ed..ed92bfd11fe1c4b0a80342a702bdece58cde1b46 100644 (file)
@@ -299,7 +299,6 @@ no warnings 'once';
 *smsg_by_mid = \&PublicInbox::Inbox::smsg_by_mid;
 *msg_by_mid = \&PublicInbox::Inbox::msg_by_mid;
 *modified = \&PublicInbox::Inbox::modified;
-*recent = \&PublicInbox::Inbox::recent;
 *max_git_epoch = *nntp_usable = *msg_by_path = \&mm; # undef
 *isrch = *search = \&mm; # TODO
 *DESTROY = \&pause_dedupe;