From 7aef27f1a1dd59cfb107a41ca6215059e931d62b Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 15 May 2019 10:39:01 +0000 Subject: inbox: remove POSIX strftime import We no longer need it since Inbox->recent hits the overview DB instead of Xapian --- lib/PublicInbox/Inbox.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/PublicInbox/Inbox.pm') 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 { -- cgit v1.2.3-24-ge0c7