about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-09-30 21:00:16 +0000
committerEric Wong <e@80x24.org>2015-09-30 21:09:15 +0000
commit00cf71f525db50922345ca079a7734614e779752 (patch)
tree640d4759b15c4b0516749448386bbb734545b664 /lib
parentdcee95db6431f313f7fd1b2408390f3ae3718568 (diff)
downloadpublic-inbox-00cf71f525db50922345ca079a7734614e779752.tar.gz
We probably won't be supporting this in the public API
Diffstat (limited to 'lib')
-rw-r--r--lib/PublicInbox/Search.pm6
1 files changed, 0 insertions, 6 deletions
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) };