]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/HTTP.pm
ds: move EvCleanup code into DS
[public-inbox.git] / lib / PublicInbox / HTTP.pm
index 009b5ff070725c7ce6555bd239e30bffb4360496..53d508368fc68b6bf5e255a59c94f37c5e677a8b 100644 (file)
@@ -18,7 +18,6 @@ use Plack::HTTPParser qw(parse_http_request); # XS or pure Perl
 use HTTP::Status qw(status_message);
 use HTTP::Date qw(time2str);
 use IO::Handle;
-require PublicInbox::EvCleanup;
 use PublicInbox::DS qw(msg_more);
 use PublicInbox::Syscall qw(EPOLLIN EPOLLONESHOT);
 use PublicInbox::Tmpfile;