summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/install/steps_interactive.pm5
1 files changed, 0 insertions, 5 deletions
diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm
index 4729a717a..f0fa33c2c 100644
--- a/perl-install/install/steps_interactive.pm
+++ b/perl-install/install/steps_interactive.pm
@@ -322,11 +322,6 @@ sub formatMountPartitions {
}
#------------------------------------------------------------------------------
-sub setPackages {
- my ($o) = @_;
- install::any::setPackages($o);
-}
-
#- group by CD
sub ask_deselect_media__copy_on_disk {
my ($o, $hdlists, $o_copy_rpms_on_disk) = @_;