summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/any.pm7
1 files changed, 0 insertions, 7 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index 84685dd83..f7c77d75a 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -665,13 +665,6 @@ sub autologin {
}
}
-#- part of perl-MDK-Common-1.1.7-2mdk but since cooker is frozen...
-sub uniq_(&@) {
- my $f = shift;
- my %l;
- $l{$f->($_)} = 1 foreach @_;
- grep { delete $l{$f->($_)} } @_;
-}
sub selectLanguage {
my ($in, $lang, $o_langs_) = @_;