diff options
Diffstat (limited to 'regen')
-rw-r--r-- | regen/warnings.pl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/regen/warnings.pl b/regen/warnings.pl index 05185791b7..d6ffebbbf3 100644 --- a/regen/warnings.pl +++ b/regen/warnings.pl @@ -148,8 +148,6 @@ my @DEFAULTS; # List of category numbers which are DEFAULT_ON # it enables; e.g. my %CATEGORIES; # { 'name' => [ 1,2,5], ... } -my %Value ; - my %VALUE_TO_NAME; # (index_number => [ 'NAME', version ], ...); my %NAME_TO_VALUE; # ('NAME' => index_number, ....); |