about summary refs log tree commit homepage
path: root/lib/PublicInbox/Mbox.pm
diff options
context:
space:
mode:
authorEric Wong <e@yhbt.net>2020-07-05 23:27:26 +0000
committerEric Wong <e@yhbt.net>2020-07-06 20:01:15 +0000
commitc2ae55ff47069952ac181111e83e550d7ff3c710 (patch)
treeb6ea278b520cc20bb8d6b64eae7194dc68fead99 /lib/PublicInbox/Mbox.pm
parentf72164822464f630c56ac13edc6756987d1e48f6 (diff)
downloadpublic-inbox-c2ae55ff47069952ac181111e83e550d7ff3c710.tar.gz
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")
Diffstat (limited to 'lib/PublicInbox/Mbox.pm')
-rw-r--r--lib/PublicInbox/Mbox.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/PublicInbox/Mbox.pm b/lib/PublicInbox/Mbox.pm
index b46dacfd..4c0b01ed 100644
--- a/lib/PublicInbox/Mbox.pm
+++ b/lib/PublicInbox/Mbox.pm
@@ -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 ($) {