Drop a no-longer-needed workaround

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-04-19 16:30:52 -07:00
parent f9cda76860
commit d65aac4c83
1 changed files with 1 additions and 1 deletions

View File

@ -476,7 +476,7 @@ sub get_workarounds {
my %workarounds = (
"38" => [],
"39" => [],
"40" => ["FEDORA-2024-b156c57ef1"],
"40" => [],
"41" => [],
);
my $advortasks = $workarounds{$version};