about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-05-15 10:39:01 +0000
committerEric Wong <e@80x24.org>2019-05-15 10:40:09 +0000
commit7aef27f1a1dd59cfb107a41ca6215059e931d62b (patch)
tree79e601ce586f8c176d17b7f64e96efd45575d971
parent02062124e546dc6a23e16657e4397fc599ff34d0 (diff)
downloadpublic-inbox-7aef27f1a1dd59cfb107a41ca6215059e931d62b.tar.gz
We no longer need it since Inbox->recent hits the overview
DB instead of Xapian
-rw-r--r--lib/PublicInbox/Inbox.pm1
1 files changed, 0 insertions, 1 deletions
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 {