]> Sergey Matveev's repositories - public-inbox.git/commit
remove unused/redundant zlib-related imports
authorEric Wong <e@yhbt.net>
Sun, 5 Jul 2020 23:27:41 +0000 (23:27 +0000)
committerEric Wong <e@yhbt.net>
Mon, 6 Jul 2020 20:01:15 +0000 (20:01 +0000)
commit9f9290893bc241c5363d03b2d3c4acd15deb6d71
treebac962071d6bc70c683ec22e84599a6461a7d799
parent20607bd628f4f8ea985661a8ce123ea482058144
remove unused/redundant zlib-related imports

Z_FINISH is the default for Compress::Raw::Zlib::Deflate->flush,
anyways, so there's no reason to import it.  And none of C::R::Z
is needed in WwwText now that gzf_maybe handles it all.
lib/PublicInbox/GzipFilter.pm
lib/PublicInbox/WwwText.pm