about summary refs log tree commit homepage
path: root/lib/PublicInbox/Search.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-05-15 01:18:06 +0000
committerEric Wong <e@80x24.org>2019-05-15 01:18:50 +0000
commite981538130dd6d285392f4316328edbadab0d330 (patch)
tree120dd886b69eba5a07f42b110368723b38e85211 /lib/PublicInbox/Search.pm
parenta796afa762b6e204f611a69833064bf3656d1a62 (diff)
downloadpublic-inbox-e981538130dd6d285392f4316328edbadab0d330.tar.gz
nntp: use Inbox->over directly
None of the NNTP code actually relies on Xapian, anymore.
Diffstat (limited to 'lib/PublicInbox/Search.pm')
-rw-r--r--lib/PublicInbox/Search.pm11
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/PublicInbox/Search.pm b/lib/PublicInbox/Search.pm
index 090d998b..760c660b 100644
--- a/lib/PublicInbox/Search.pm
+++ b/lib/PublicInbox/Search.pm
@@ -293,17 +293,6 @@ EOF
         $self->{query_parser} = $qp;
 }
 
-# only used for NNTP server
-sub query_xover {
-        my ($self, $beg, $end, $offset) = @_;
-        $self->{over_ro}->query_xover($beg, $end, $offset);
-}
-
-sub query_ts {
-        my ($self, $ts, $prev) = @_;
-        $self->{over_ro}->query_ts($ts, $prev);
-}
-
 sub lookup_article {
         my ($self, $num) = @_;
         $self->{over_ro}->get_art($num);