This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbe7a39
)
utf8_heavy: remove unused variable
author
Karl Williamson
<public@khwilliamson.com>
Fri, 18 Nov 2011 17:22:56 +0000
(10:22 -0700)
committer
Karl Williamson
<public@khwilliamson.com>
Fri, 13 Jan 2012 16:58:32 +0000
(09:58 -0700)
lib/utf8_heavy.pl
patch
|
blob
|
blame
|
history
diff --git
a/lib/utf8_heavy.pl
b/lib/utf8_heavy.pl
index
95758f7
..
225a99e
100644
(file)
--- a/
lib/utf8_heavy.pl
+++ b/
lib/utf8_heavy.pl
@@
-97,7
+97,6
@@
sub _loose_name ($) {
# USER_DEFINED is non-zero if the result came from a user-defined
# property.
my $file; ## file to load data from, and also part of the %Cache key.
- my $ListSorted = 0;
# Change this to get a different set of Unicode tables
my $unicore_dir = 'unicore';
@@
-510,8
+509,6
@@
sub _loose_name ($) {
local $!;
$list = do $file; die $@ if $@;
}
-
- $ListSorted = 1; ## we know that these lists are sorted
} # End of $type is non-null
# Here, either $type was null, or we found the requested property and