From: Eric Wong Date: Wed, 15 May 2019 10:39:01 +0000 (+0000) Subject: inbox: remove POSIX strftime import X-Git-Tag: v1.2.0~277 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=7aef27f1a1dd59cfb107a41ca6215059e931d62b;p=public-inbox.git inbox: remove POSIX strftime import We no longer need it since Inbox->recent hits the overview DB instead of Xapian --- diff --git a/lib/PublicInbox/Inbox.pm b/lib/PublicInbox/Inbox.pm index 286555f6..76aeefbd 100644 --- a/lib/PublicInbox/Inbox.pm +++ b/lib/PublicInbox/Inbox.pm @@ -9,7 +9,6 @@ use PublicInbox::Git; use PublicInbox::MID qw(mid2path); use Devel::Peek qw(SvREFCNT); use PublicInbox::MIME; -use POSIX qw(strftime); my $cleanup_timer; eval {