Module: tools Branch: master Commit: be1e3b83989e1af04dc1f04ea3c71e57b4642dff URL: https://gitlab.winehq.org/winehq/tools/-/commit/be1e3b83989e1af04dc1f04ea3c7...
Author: Francois Gouget fgouget@codeweavers.com Date: Tue Aug 1 12:23:18 2023 +0200
testbot/cgi: Remove a duplicate initialization in CollectionBlock::GenerateList().
---
testbot/lib/ObjectModel/CGI/CollectionBlock.pm | 1 - 1 file changed, 1 deletion(-)
diff --git a/testbot/lib/ObjectModel/CGI/CollectionBlock.pm b/testbot/lib/ObjectModel/CGI/CollectionBlock.pm index bbff74c6..00295e56 100644 --- a/testbot/lib/ObjectModel/CGI/CollectionBlock.pm +++ b/testbot/lib/ObjectModel/CGI/CollectionBlock.pm @@ -490,7 +490,6 @@ sub GenerateList($) $self->GenerateFormStart(); $self->GenerateErrorDiv();
- my $Items = $self->{Collection}->GetSortedItems(); print "<table border='0' cellpadding='5' cellspacing='0' summary='" . "Overview of " . $Collection->GetCollectionName() . "'>\n"; print "<thead>\n";