mirror of
https://github.com/postgres/postgres.git
synced 2025-11-07 19:06:32 +03:00
Cleanup perl code from unused variables and routines
This commit removes unused variables and routines from some perl code that have accumulated across the years. This touches the following areas: - Wait event generation script. - AdjustUpgrade.pm. - TAP perl code Author: Alexander Lakhin Reviewed-by: Dagfinn Ilmari Mannsåker Discussion: https://postgr.es/m/70b340bc-244a-589d-ef8b-d8aebb707a84@gmail.com
This commit is contained in:
@@ -42,8 +42,6 @@ my @abi_compatibility_lines;
|
||||
my @lines;
|
||||
my $abi_compatibility = 0;
|
||||
my $section_name;
|
||||
my $note;
|
||||
my $note_name;
|
||||
|
||||
# Remove comments and empty lines and add waitclassname based on the section
|
||||
while (<$wait_event_names>)
|
||||
|
||||
Reference in New Issue
Block a user