Fix redundant variable declaration

pull/7353/head
Japin Li 2023-11-17 15:56:58 +08:00
parent 32b0fc23f5
commit 246a06707f
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")
{