remove dead code
Gurusamy Sarathy [Sun, 19 Mar 2000 07:14:38 +0000 (07:14 +0000)]
p4raw-id: //depot/perl@5821

lib/charnames.pm

index 21b4dd6..7c2209b 100644 (file)
@@ -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