about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-03-05 06:45:41 +0000
committerEric Wong <e@80x24.org>2016-03-05 06:45:49 +0000
commit22f181c10256278f0fb4c9a664a82e3e68d208a6 (patch)
tree316bf722c09d38c379111a8be1671349a5a62e60
parent27739bcba4a311b3d06eadce75294fe73646570b (diff)
downloadpublic-inbox-22f181c10256278f0fb4c9a664a82e3e68d208a6.tar.gz
We handle encoding-related things elsewhere.
-rw-r--r--lib/PublicInbox/Feed.pm3
1 files changed, 0 insertions, 3 deletions
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) = @_;