Fix redundant variable declaration (#7353)

The `$workerCount` declare twice in
src/test/regress/pg_regress_multi.pl.
pull/7354/head
Japin Li 2023-11-17 18:01:23 +08:00 committed by GitHub
parent 32b0fc23f5
commit e14e8667cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -90,7 +90,6 @@ my $workerCount = 2;
my $serversAreShutdown = "TRUE";
my $usingWindows = 0;
my $mitmPid = 0;
my $workerCount = 2;
if ($Config{osname} eq "MSWin32")
{