about summary refs log tree commit homepage
path: root/lib/PublicInbox
diff options
context:
space:
mode:
authorEric Wong (Contractor, The Linux Foundation) <e@80x24.org>2018-04-05 09:34:07 +0000
committerEric Wong (Contractor, The Linux Foundation) <e@80x24.org>2018-04-05 10:27:13 +0000
commitdc03db7f4b5822b5763f0c078e6e9b8102cc5e17 (patch)
tree2aaa85ab24091a2fc2d39a47dff2dbbe7d6de724 /lib/PublicInbox
parent21c5042a727524b8477cad5ca1b9abf836dabad5 (diff)
downloadpublic-inbox-dc03db7f4b5822b5763f0c078e6e9b8102cc5e17.tar.gz
These internal attributes are not exposed and no longer
used in our APIs.
Diffstat (limited to 'lib/PublicInbox')
-rw-r--r--lib/PublicInbox/SearchMsg.pm5
1 files changed, 0 insertions, 5 deletions
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;