From: Gurusamy Sarathy Date: Sun, 19 Mar 2000 07:14:38 +0000 (+0000) Subject: remove dead code X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=17cab1b848e4960c008b73548ee8e62a9e9735ec;p=p5sagit%2Fp5-mst-13.2.git remove dead code p4raw-id: //depot/perl@5821 --- diff --git a/lib/charnames.pm b/lib/charnames.pm index 21b4dd6..7c2209b 100644 --- a/lib/charnames.pm +++ b/lib/charnames.pm @@ -2,7 +2,6 @@ package charnames; use bytes (); # for $bytes::hint_bits $charnames::hint_bits = 0x20000; -my $fname = 'unicode/UnicodeData-Latest.txt'; my $txt; # This is not optimized in any way yet