diff options
Diffstat (limited to 'perl-install/install/install2.pm')
-rw-r--r-- | perl-install/install/install2.pm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/perl-install/install/install2.pm b/perl-install/install/install2.pm index 573491b88..6b928c8e1 100644 --- a/perl-install/install/install2.pm +++ b/perl-install/install/install2.pm @@ -192,9 +192,6 @@ sub choosePackages { my ($auto) = @_; require install::pkgs; - require pkgs; - add2hash_($o, { compssListLevel => $pkgs::rpmsrate_rate_default }) if !$::auto_install; - #- always setPackages as it may have to copy hdlist and synthesis files. installStepsCall($o, $auto, 'setPackages'); installStepsCall($o, $auto, 'choosePackages'); |