]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/SearchMsg.pm
searchmsg: remove unused `tid' and `path' methods
[public-inbox.git] / lib / PublicInbox / SearchMsg.pm
index 6c0780e5906424f845bafd2e3f14ed09e849e620..d43853a0ac6a5c5515a27950051ed02a1af3f65b 100644 (file)
@@ -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;