From 00cf71f525db50922345ca079a7734614e779752 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 30 Sep 2015 21:00:16 +0000 Subject: search: remove get_subject_path We probably won't be supporting this in the public API --- lib/PublicInbox/Search.pm | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lib/PublicInbox/Search.pm') diff --git a/lib/PublicInbox/Search.pm b/lib/PublicInbox/Search.pm index 810eab85..695d56b3 100644 --- a/lib/PublicInbox/Search.pm +++ b/lib/PublicInbox/Search.pm @@ -91,12 +91,6 @@ sub query { $self->do_enquire($query, $opts); } -sub get_subject_path { - my ($self, $path, $opts) = @_; - my $q = Search::Xapian::Query->new(xpfx("path").mid_compress($path)); - $self->do_enquire($q, $opts); -} - sub get_thread { my ($self, $mid, $opts) = @_; my $smsg = eval { $self->lookup_message($mid) }; -- cgit v1.2.3-24-ge0c7