From d59fa1ca3704c6273da6b5c0e13cf93a12a47b27 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 29 Dec 2003 07:47:08 +0000 Subject: this duplicate is now useless --- perl-install/any.pm | 7 ------- 1 file changed, 7 deletions(-) (limited to 'perl-install') 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_) = @_; -- cgit v1.2.1