]> Sergey Matveev's repositories - public-inbox.git/commitdiff
inbox: remove POSIX strftime import
authorEric Wong <e@80x24.org>
Wed, 15 May 2019 10:39:01 +0000 (10:39 +0000)
committerEric Wong <e@80x24.org>
Wed, 15 May 2019 10:40:09 +0000 (10:40 +0000)
We no longer need it since Inbox->recent hits the overview
DB instead of Xapian

lib/PublicInbox/Inbox.pm

index 286555f65cb3b4c8f4a7820b0489e4f6f6005e72..76aeefbdd0e4b4c2c0d1d0bdc4353fd3d2e54d08 100644 (file)
@@ -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 {