about summary refs log tree commit homepage
path: root/lib/PublicInbox/Search.pm
diff options
context:
space:
mode:
authorEric Wong (Contractor, The Linux Foundation) <e@80x24.org>2018-03-29 09:57:53 +0000
committerEric Wong (Contractor, The Linux Foundation) <e@80x24.org>2018-03-29 10:00:05 +0000
commit417612b7b7bb9750f3c91135e60aa8bbdd461496 (patch)
treeb39d8dfa433682593ffcc4c76201345d8b88c069 /lib/PublicInbox/Search.pm
parent11707dae97d1f4638157cfee298464b2f2deeed4 (diff)
downloadpublic-inbox-417612b7b7bb9750f3c91135e60aa8bbdd461496.tar.gz
We do not need this subroutine for read-only use in Search.pm
Diffstat (limited to 'lib/PublicInbox/Search.pm')
-rw-r--r--lib/PublicInbox/Search.pm8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/PublicInbox/Search.pm b/lib/PublicInbox/Search.pm
index 7d42aaad..6f5e0624 100644
--- a/lib/PublicInbox/Search.pm
+++ b/lib/PublicInbox/Search.pm
@@ -403,14 +403,6 @@ sub each_smsg_by_mid {
         }
 }
 
-# returns begin and end PostingIterator
-sub find_doc_ids {
-        my ($self, $termval) = @_;
-        my $db = $self->{xdb};
-
-        ($db->postlist_begin($termval), $db->postlist_end($termval));
-}
-
 # normalize subjects so they are suitable as pathnames for URLs
 # XXX: consider for removal
 sub subject_path {