diff options
author | Michael Parker <michael.parker@st.com> | 2011-01-07 10:38:07 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-01-07 10:57:34 -0700 |
commit | 3102f38ce381ec3753edb369c418762779f0b386 (patch) | |
tree | 159c109bec21a40edd4d8c5a1604305dab210d8c /lib | |
parent | b86b68b4eefa1069dabc8ea0401d712b24a67857 (diff) | |
download | perl-3102f38ce381ec3753edb369c418762779f0b386.tar.gz |
utf8_heavy.pl: Remove unused variable declaration
Diffstat (limited to 'lib')
-rw-r--r-- | lib/utf8_heavy.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/utf8_heavy.pl b/lib/utf8_heavy.pl index ab31922fa6..0a98732cbd 100644 --- a/lib/utf8_heavy.pl +++ b/lib/utf8_heavy.pl @@ -430,7 +430,6 @@ sub croak { require Carp; Carp::croak(@_) } my $extras; my $bits = $minbits; - my $ORIG = $list; if ($list) { my @tmp = split(/^/m, $list); my %seen; |