From: Eric Wong (Contractor, The Linux Foundation) Date: Thu, 5 Apr 2018 09:34:07 +0000 (+0000) Subject: searchmsg: remove unused `tid' and `path' methods X-Git-Tag: v1.1.0-pre1~59 X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=commitdiff_plain;h=dc03db7f4b5822b5763f0c078e6e9b8102cc5e17 searchmsg: remove unused `tid' and `path' methods These internal attributes are not exposed and no longer used in our APIs. --- diff --git a/lib/PublicInbox/SearchMsg.pm b/lib/PublicInbox/SearchMsg.pm index 6c0780e5..d43853a0 100644 --- a/lib/PublicInbox/SearchMsg.pm +++ b/lib/PublicInbox/SearchMsg.pm @@ -186,9 +186,4 @@ sub mid ($;$) { sub _extract_mid { mid_clean(mid_mime($_[0]->{mime})) } -sub tid { $_[0]->{tid} } - -# XXX: consider removing this, we can phrase match subject -sub path { $_[0]->{path} } - 1;