X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=lib%2FPublicInbox%2FSearch.pm;h=6f5e0624a4a5986369f12de95d81f6fe3a01fbf4;hb=417612b7b7bb9750f3c91135e60aa8bbdd461496;hp=7d42aaad40d45676e2601d32d52a4d5918856e8d;hpb=11707dae97d1f4638157cfee298464b2f2deeed4;p=public-inbox.git 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 {