summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--urpm/select.pm2
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 {