summaryrefslogtreecommitdiff
path: root/regen
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2022-04-25 14:11:38 +0100
committerDavid Mitchell <davem@iabyn.com>2022-05-04 10:43:03 +0100
commit360c7b45db765a244508b3c5cedb1ac311669614 (patch)
treebf5271c618b774836aa57c422c26f4d24dfd7f9a /regen
parent3d09c0629deee289f686bdf4e4a15f91731a02d0 (diff)
downloadperl-360c7b45db765a244508b3c5cedb1ac311669614.tar.gz
regen/warnings.pl: remove unused lexical variable
$offset was added in 2000, but hasn't actually been used for a long while
Diffstat (limited to 'regen')
-rw-r--r--regen/warnings.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/regen/warnings.pl b/regen/warnings.pl
index 580efad5aa..9ba0540319 100644
--- a/regen/warnings.pl
+++ b/regen/warnings.pl
@@ -328,8 +328,6 @@ my ($index, $warn_size);
print $warn warnings_h_boilerplate_1();
- my $offset = 0 ;
-
valueWalk ($tree) ;
$index = orderValues();