summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r--perl-install/install_steps.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm
index b64952370..ace94a692 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -74,9 +74,6 @@ sub choosePartitionsToFormat($$) {
sub choosePackages($$$) {
my ($o, $packages, $comps) = @_;
-
- foreach (@{$o->{default}->{comps}}) { $comps->{$_}->{selected} = 1; }
- foreach (@{$o->{default}->{packages}}) { $packages->{$_}->{selected} = 1; }
}
sub beforeInstallPackages($) {