diff options
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r-- | perl-install/any.pm | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index 2d4f7dad7..92bda10f8 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -596,14 +596,6 @@ sub miscellaneousNetwork { setExportedVarsInCsh("$::prefix/etc/profile.d/proxy.csh", $::o->{miscellaneous}, qw(http_proxy ftp_proxy)); } -sub load_category_no_message { - my ($category, $at_least_one) = @_; - my @l; - @l = modules::load_category($category, undef); - @l = modules::load_category($category, undef, 'force') if !@l && $at_least_one; - @l; -} - sub load_category { my ($in, $category, $auto, $at_least_one) = @_; |