From 22f181c10256278f0fb4c9a664a82e3e68d208a6 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 5 Mar 2016 06:45:41 +0000 Subject: feed: remove unnecessary encoding lookup We handle encoding-related things elsewhere. --- lib/PublicInbox/Feed.pm | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/PublicInbox/Feed.pm') diff --git a/lib/PublicInbox/Feed.pm b/lib/PublicInbox/Feed.pm index 65375fad..47408535 100644 --- a/lib/PublicInbox/Feed.pm +++ b/lib/PublicInbox/Feed.pm @@ -18,9 +18,6 @@ use constant { MAX_PER_PAGE => 25, # this needs to be tunable }; -use Encode qw/find_encoding/; -my $enc_utf8 = find_encoding('UTF-8'); - # main function sub generate { my ($ctx) = @_; -- cgit v1.2.3-24-ge0c7