diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-09-11 13:51:54 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-09-11 13:51:54 +0000 |
commit | 4193f2e68b265b7b686698ead52280c6c16f5288 (patch) | |
tree | b708c46e82ee5a736931302fd529511aaaa20e0c /urpm/select.pm | |
parent | 5b15b26b25e8c3a4181d55894fad3e30c615af2b (diff) | |
download | urpmi-4193f2e68b265b7b686698ead52280c6c16f5288.tar urpmi-4193f2e68b265b7b686698ead52280c6c16f5288.tar.gz urpmi-4193f2e68b265b7b686698ead52280c6c16f5288.tar.bz2 urpmi-4193f2e68b265b7b686698ead52280c6c16f5288.tar.xz urpmi-4193f2e68b265b7b686698ead52280c6c16f5288.zip |
unrequested doesn't exist, removing it
Diffstat (limited to 'urpm/select.pm')
-rw-r--r-- | urpm/select.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/urpm/select.pm b/urpm/select.pm index e001b393..d2ccca46 100644 --- a/urpm/select.pm +++ b/urpm/select.pm @@ -526,8 +526,6 @@ sub translate_why_removed_one { } @$whyv); } elsif ($whyk =~ /conflicts/) { N("due to conflicts with %s", $whyv); - } elsif ($whyk =~ /unrequested/) { - N("unrequested"); } elsif ($whyk) { $whyk; } else { |