about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-08-05 23:36:42 +0000
committerEric Wong <e@80x24.org>2015-08-05 23:36:42 +0000
commiteb7d646477c5b514c340f66da1be04c754879e17 (patch)
tree629a3afe9d2b561f6f65fb00217588342c6cc2f4 /lib
parent0d4b759ca4527673f4576e458e534f0a06621f98 (diff)
downloadpublic-inbox-eb7d646477c5b514c340f66da1be04c754879e17.tar.gz
Unneeded since commit e022d3377fd2c50fd9931bf96394728958a90bf3
("huge refactor of encoding handling")
Diffstat (limited to 'lib')
-rw-r--r--lib/PublicInbox/View.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/PublicInbox/View.pm b/lib/PublicInbox/View.pm
index 934fca67..c0f3e9f9 100644
--- a/lib/PublicInbox/View.pm
+++ b/lib/PublicInbox/View.pm
@@ -18,7 +18,6 @@ use constant PRE_WRAP => "<pre\nstyle=\"white-space:pre-wrap\">";
 *ascii_html = *PublicInbox::Hval::ascii_html;
 
 my $enc_utf8 = find_encoding('UTF-8');
-my $enc_mime = find_encoding('MIME-Header');
 
 # public functions:
 sub msg_html {