about summary refs log tree commit homepage
path: root/lib/PublicInbox/SearchMsg.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-12-13 03:10:13 +0000
committerEric Wong <e@80x24.org>2016-12-13 03:46:41 +0000
commitf9d4f28d9761011d3c7ffad9e2c9d1e54b65c519 (patch)
treeff8acb968e4cc60eaa01d9939f1c7358d9ca723a /lib/PublicInbox/SearchMsg.pm
parenta629927ec2ac4f41022ab1d2b1897cbc0e463e3e (diff)
downloadpublic-inbox-f9d4f28d9761011d3c7ffad9e2c9d1e54b65c519.tar.gz
This hasn't been needed since our Email::Abstract removal
for message threading.
Diffstat (limited to 'lib/PublicInbox/SearchMsg.pm')
-rw-r--r--lib/PublicInbox/SearchMsg.pm1
1 files changed, 0 insertions, 1 deletions
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 {