[tools] testbot/WineSendLog: Remove an unused variable.

Francois Gouget fgouget at codeweavers.com
Fri Jun 17 09:54:31 CDT 2022


The failure count has been split between $NewCount and $OldCount.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 testbot/bin/WineSendLog.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testbot/bin/WineSendLog.pl b/testbot/bin/WineSendLog.pl
index a2f2369b63..0848bf596c 100755
--- a/testbot/bin/WineSendLog.pl
+++ b/testbot/bin/WineSendLog.pl
@@ -179,7 +179,7 @@ sub SendLog($)
   #
 
   my ($JobInfo, @New, %BugDescriptions);
-  my ($NewCount, $FailCount, $OldCount, $BotCount, $NotRun) = (0, 0, 0, 0, 0);
+  my ($NewCount, $OldCount, $BotCount, $NotRun) = (0, 0, 0, 0);
   my $FileType = "test executable";
 
   my $Failures = CreateFailures($Job);
-- 
2.30.2




More information about the wine-devel mailing list