about summary refs log tree commit homepage
path: root/lib/PublicInbox/SearchMsg.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2017-01-07 01:44:52 +0000
committerEric Wong <e@80x24.org>2017-01-07 01:45:46 +0000
commitf74b64dbe75226b996367a6049ebd00a3e39ba49 (patch)
tree9d9ddd0d477579e81eef6ffb17a24978d83876df /lib/PublicInbox/SearchMsg.pm
parent492910d43c179a7e1919b2d0f417aea9473f9730 (diff)
downloadpublic-inbox-f74b64dbe75226b996367a6049ebd00a3e39ba49.tar.gz
Apparently it never actually got used, and the world seems
fine without it, so we can drop it.

While we're at it, consider removing our subject_path
usage from existence, too.  We are not using fancy subject-line
based URLs, here.
Diffstat (limited to 'lib/PublicInbox/SearchMsg.pm')
-rw-r--r--lib/PublicInbox/SearchMsg.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/PublicInbox/SearchMsg.pm b/lib/PublicInbox/SearchMsg.pm
index 5bb00778..b8eee665 100644
--- a/lib/PublicInbox/SearchMsg.pm
+++ b/lib/PublicInbox/SearchMsg.pm
@@ -155,6 +155,7 @@ sub thread_id {
         $self->{thread} = _get_term_val($self, 'G', qr/\AG/); # *G*roup
 }
 
+# XXX: consider removing this, we can phrase match subject
 sub path {
         my ($self) = @_;
         my $path = $self->{path};