[tools 1/3] testbot/WineSendLog: Remove a couple of unused variables.

Francois Gouget fgouget at codeweavers.com
Mon Jun 13 10:20:41 CDT 2022


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

diff --git a/testbot/bin/WineSendLog.pl b/testbot/bin/WineSendLog.pl
index 37949e45f..5affba606 100755
--- a/testbot/bin/WineSendLog.pl
+++ b/testbot/bin/WineSendLog.pl
@@ -247,7 +247,7 @@ EOF
   print $Sendmail "\nYou can also see the results at:\n$JobURL\n\n";
 
   # Print the job summary
-  my ($JobErrors, $ReportCounts);
+  my $JobErrors;
   foreach my $Key (@SortedKeys)
   {
     my $StepTask = $StepsTasks->GetItem($Key);
@@ -329,7 +329,6 @@ EOF
   {
     next if (!$JobErrors->{$Key}->{HasErrors});
     my $StepTask = $StepsTasks->GetItem($Key);
-    my $TaskDir = $StepTask->GetTaskDir();
 
     # Note: We could check $StepTask->Status for TestBot errors. However,
     # whether they are caused by the patch or not, they prevent the TestBot
-- 
2.30.2




More information about the wine-devel mailing list