From f9d4f28d9761011d3c7ffad9e2c9d1e54b65c519 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 13 Dec 2016 03:10:13 +0000 Subject: [PATCH] searchmsg: remove unused EPOCH_822 constant This hasn't been needed since our Email::Abstract removal for message threading. --- lib/PublicInbox/SearchMsg.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/PublicInbox/SearchMsg.pm b/lib/PublicInbox/SearchMsg.pm index 9dcc1e6d..5779d1e2 100644 --- a/lib/PublicInbox/SearchMsg.pm +++ b/lib/PublicInbox/SearchMsg.pm @@ -12,7 +12,6 @@ use Date::Parse qw/str2time/; use PublicInbox::MID qw/mid_clean/; use PublicInbox::Address; our $PFX2TERM_RE = undef; -use constant EPOCH_822 => 'Thu, 01 Jan 1970 00:00:00 +0000'; use POSIX qw(strftime); sub new { -- 2.44.0