From dc03db7f4b5822b5763f0c078e6e9b8102cc5e17 Mon Sep 17 00:00:00 2001 From: "Eric Wong (Contractor, The Linux Foundation)" Date: Thu, 5 Apr 2018 09:34:07 +0000 Subject: searchmsg: remove unused `tid' and `path' methods These internal attributes are not exposed and no longer used in our APIs. --- lib/PublicInbox/SearchMsg.pm | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lib/PublicInbox') 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; -- cgit v1.2.3-24-ge0c7