about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-01-30 07:38:51 +0000
committerEric Wong <e@80x24.org>2019-01-30 07:40:27 +0000
commit41bb8a962d4d2d8f6e7ec9988908aaf7d55f09c7 (patch)
tree916e3ec9c6af44f43b032e4cca9b1c69915af6dd
parenta00def885e67f7da07fe64a92b6fd306d5011d45 (diff)
downloadpublic-inbox-41bb8a962d4d2d8f6e7ec9988908aaf7d55f09c7.tar.gz
Not needed since commit 956abe9ad5f13a0d1755262be412d6a54fda72e9
("view: depend on SearchMsg for Message-ID")
-rw-r--r--lib/PublicInbox/View.pm5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/PublicInbox/View.pm b/lib/PublicInbox/View.pm
index cd125e00..4c1c6705 100644
--- a/lib/PublicInbox/View.pm
+++ b/lib/PublicInbox/View.pm
@@ -867,11 +867,6 @@ sub missing_thread {
         PublicInbox::ExtMsg::ext_msg($ctx);
 }
 
-sub _msg_date {
-        my ($hdr) = @_;
-        fmt_ts(msg_datestamp($hdr));
-}
-
 sub fmt_ts { POSIX::strftime('%Y-%m-%d %k:%M', gmtime($_[0])) }
 
 sub dedupe_subject {