projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
cb4f522
)
remove dead code
Gurusamy Sarathy [Sun, 19 Mar 2000 07:14:38 +0000 (07:14 +0000)]
p4raw-id: //depot/perl@5821
lib/charnames.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/charnames.pm
b/lib/charnames.pm
index
21b4dd6
..
7c2209b
100644
(file)
--- 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