diff options
| author | Michael Paquier <michael@paquier.xyz> | 2024-07-02 09:47:16 +0900 |
|---|---|---|
| committer | Michael Paquier <michael@paquier.xyz> | 2024-07-02 09:47:16 +0900 |
| commit | 0c1aca461481216ff5a0e65538c4880bcf346433 (patch) | |
| tree | 0e15b5a00a6052ccd3cdd142f0369b4de442c7d0 /src/test/modules/ssl_passphrase_callback | |
| parent | 978f38c771fb3a19fdd5cb73cb662441eb9e551c (diff) | |
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
Diffstat (limited to 'src/test/modules/ssl_passphrase_callback')
| -rw-r--r-- | src/test/modules/ssl_passphrase_callback/t/001_testfunc.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/modules/ssl_passphrase_callback/t/001_testfunc.pl b/src/test/modules/ssl_passphrase_callback/t/001_testfunc.pl index 7a63539f39c..f71d0ff3e05 100644 --- a/src/test/modules/ssl_passphrase_callback/t/001_testfunc.pl +++ b/src/test/modules/ssl_passphrase_callback/t/001_testfunc.pl @@ -15,7 +15,6 @@ unless (($ENV{with_ssl} || "") eq 'openssl') plan skip_all => 'OpenSSL not supported by this build'; } -my $clearpass = "FooBaR1"; my $rot13pass = "SbbOnE1"; # see the Makefile for how the certificate and key have been generated |
