summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2015-02-13 11:08:30 -0700
committerKarl Williamson <khw@cpan.org>2015-02-13 21:59:54 -0700
commita78eaa96e6a046d1bb521be502a287fabb6bbc82 (patch)
treebf5f29da37fe396489ed65588fd602535d2da2d1 /lib
parente1a3d014b7ff4ef8d8c2e3f5286c780f28a44bf0 (diff)
downloadperl-a78eaa96e6a046d1bb521be502a287fabb6bbc82.tar.gz
mktables: Remove unused variable
Diffstat (limited to 'lib')
-rw-r--r--lib/unicore/mktables2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/unicore/mktables b/lib/unicore/mktables
index 84a13fc9ea..1198809e7d 100644
--- a/lib/unicore/mktables
+++ b/lib/unicore/mktables
@@ -17289,8 +17289,6 @@ sub write_all_tables() {
# Similarly, we create for Unicode::UCD a list of
# property-value aliases.
- my $property_full_name = $property->full_name;
-
# Look at each table in the property...
foreach my $table ($property->tables) {
my @values_list;