Skip to content

Commit

Permalink
ProductCompose: drop unused filter_packages function
Browse files Browse the repository at this point in the history
  • Loading branch information
mlschroe committed Jan 18, 2024
1 parent 6542316 commit d522417
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Build/ProductCompose.pm
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,6 @@ sub _load_yaml_file {
die "Neither YAML::PP nor YAML::XS available\n";
}

sub filter_packages {
my (@list) = @_;
my @ret;
for my $item (@list) {
# FIXME filter by rules
push @ret, $item;
}
return @ret;
}

sub add_pkgset {
my ($ps1, $ps2) = @_;
my %r = map {$_ => 1} @$ps1;
Expand Down

0 comments on commit d522417

Please sign in to comment.