summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2006-11-09 15:34:07 +0000
committerPascal Rigaux <pixel@mandriva.com>2006-11-09 15:34:07 +0000
commit19b1ea0c3efac7d22b561a7909af969424fbb825 (patch)
treeec36f76d1541171e84dc357171a6aaa88712aadb
parent5f68e6fb58c2fa833c0f5e414ed802035896d027 (diff)
downloadurpmi-19b1ea0c3efac7d22b561a7909af969424fbb825.tar
urpmi-19b1ea0c3efac7d22b561a7909af969424fbb825.tar.gz
urpmi-19b1ea0c3efac7d22b561a7909af969424fbb825.tar.bz2
urpmi-19b1ea0c3efac7d22b561a7909af969424fbb825.tar.xz
urpmi-19b1ea0c3efac7d22b561a7909af969424fbb825.zip
drop unused function
-rw-r--r--urpm.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/urpm.pm b/urpm.pm
index 637345ef..b252a066 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -3270,8 +3270,6 @@ sub unselected_packages {
grep { $state->{rejected}{$_}{backtrack} } keys %{$state->{rejected} || {}};
}
-sub uniq { my %l; $l{$_} = 1 foreach @_; grep { delete $l{$_} } @_ }
-
sub translate_why_unselected {
my ($urpm, $state, @l) = @_;