mirror of https://github.com/citusdata/citus.git
Fix redundant variable declaration
parent
32b0fc23f5
commit
246a06707f
|
@ -90,7 +90,6 @@ my $workerCount = 2;
|
|||
my $serversAreShutdown = "TRUE";
|
||||
my $usingWindows = 0;
|
||||
my $mitmPid = 0;
|
||||
my $workerCount = 2;
|
||||
|
||||
if ($Config{osname} eq "MSWin32")
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue