summaryrefslogtreecommitdiffstats
path: root/perl-install/pkgs.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/pkgs.pm')
-rw-r--r--perl-install/pkgs.pm7
1 files changed, 0 insertions, 7 deletions
diff --git a/perl-install/pkgs.pm b/perl-install/pkgs.pm
index 99e3e854a..13ba2002b 100644
--- a/perl-install/pkgs.pm
+++ b/perl-install/pkgs.pm
@@ -596,13 +596,6 @@ sub readCompssUsers {
\%compssUsers, \@sorted;
}
-#- sub isLangSensitive($$) {
-#- my ($name, $lang) = @_;
-#- local $SIG{__DIE__} = 'none';
-#- $name =~ /-([^-]*)$/ or return;
-#- $1 eq $lang || eval { lang::text2lang($1) eq $lang } && !$@;
-#- }
-
sub setSelectedFromCompssList {
my ($compssListLevels, $packages, $min_level, $max_size, $install_class) = @_;
my $ind = $compssListLevels->{$install_class}; defined $ind or log::l("unknown install class $install_class in compssList"), return;