diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-19 07:14:38 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-19 07:14:38 +0000 |
commit | 17cab1b848e4960c008b73548ee8e62a9e9735ec (patch) | |
tree | 13d1ffb584524d662e61dcd407a63f36c452b9cf /lib/charnames.pm | |
parent | cb4f522ae4fd475262e98c747ab09171c00fc4de (diff) | |
download | perl-17cab1b848e4960c008b73548ee8e62a9e9735ec.tar.gz |
remove dead code
p4raw-id: //depot/perl@5821
Diffstat (limited to 'lib/charnames.pm')
-rw-r--r-- | lib/charnames.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/charnames.pm b/lib/charnames.pm index 21b4dd61bc..7c2209b9f0 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 |