]> Sergey Matveev's repositories - public-inbox.git/commitdiff
mbox: remove html_oneshot import
authorEric Wong <e@yhbt.net>
Sun, 5 Jul 2020 23:27:26 +0000 (23:27 +0000)
committerEric Wong <e@yhbt.net>
Mon, 6 Jul 2020 20:01:15 +0000 (20:01 +0000)
It's no longer needed, we no longer show a runtime error
for zlib being missing, as zlib is a hard requirement.

Fixes: a318e758129d616b ("make zlib-related modules a hard dependency")
lib/PublicInbox/Mbox.pm

index b46dacfdc8835e70a63b5ec591db40487385d9bf..4c0b01edfc03ec57a89303c78146181d007b75c1 100644 (file)
@@ -13,7 +13,6 @@ use warnings;
 use PublicInbox::MID qw/mid_escape/;
 use PublicInbox::Hval qw/to_filename/;
 use PublicInbox::Smsg;
-use PublicInbox::WwwStream qw(html_oneshot);
 use PublicInbox::Eml;
 
 sub subject_fn ($) {