summaryrefslogtreecommitdiff
path: root/regen/regcharclass.pl
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2021-06-30 11:58:33 -0600
committerKarl Williamson <khw@cpan.org>2021-08-07 04:46:45 -0600
commit741c1a9d64abda23036c5dd76fd7169acf45159d (patch)
tree95ef454a5780560595ae24cefedf2c772caf6e39 /regen/regcharclass.pl
parentcef3e2d684936374cd2e9d9b986dfe011dcf4da5 (diff)
downloadperl-741c1a9d64abda23036c5dd76fd7169acf45159d.tar.gz
regcharclass.pl: Rmv unused variable
Diffstat (limited to 'regen/regcharclass.pl')
-rwxr-xr-xregen/regcharclass.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/regen/regcharclass.pl b/regen/regcharclass.pl
index 52d20292d8..9f25658fb4 100755
--- a/regen/regcharclass.pl
+++ b/regen/regcharclass.pl
@@ -1157,8 +1157,6 @@ sub _cond_as_str {
$ranges[$i] = "( $test >= " . $self->val_fmt($ranges[0]->[0]) . " )";
}
else {
- my $output = "";
-
# Well-formed UTF-8 continuation bytes on ascii platforms must be
# in the range 0x80 .. 0xBF. If we know that the input is
# well-formed (indicated by not trying to be 'safe'), we can omit