Delete TODO.

It was addressed in 897bf4754d.
This commit is contained in:
Cyril Brulebois 2023-01-18 21:17:44 +01:00
parent e3eccce114
commit 723fdc9ee8
1 changed files with 0 additions and 2 deletions

View File

@ -56,8 +56,6 @@ sub process_components {
my @packages;
foreach my $array (Load $content) {
# XXX: Drop the condition once we have the required metadata
# in the archive.
next if not defined $array->{Provides};
next if not defined $array->{Provides}->{modaliases};