summaryrefslogtreecommitdiffstats
path: root/gurpmi2
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-08-31 16:45:40 +0000
committerThierry Vignaud <tv@mageia.org>2012-08-31 16:45:40 +0000
commit1e44bc5b945c18e71117fd3653f1c30c54b52794 (patch)
treed0becafc5375824bc738f49eb22c901073c3f03c /gurpmi2
parentdf40b76b3cc3d1d743bda28406e8bec3c4873ebd (diff)
downloadurpmi-1e44bc5b945c18e71117fd3653f1c30c54b52794.tar
urpmi-1e44bc5b945c18e71117fd3653f1c30c54b52794.tar.gz
urpmi-1e44bc5b945c18e71117fd3653f1c30c54b52794.tar.bz2
urpmi-1e44bc5b945c18e71117fd3653f1c30c54b52794.tar.xz
urpmi-1e44bc5b945c18e71117fd3653f1c30c54b52794.zip
(removed_packages) kill unused parameter
Diffstat (limited to 'gurpmi2')
-rwxr-xr-xgurpmi22
1 files changed, 1 insertions, 1 deletions
diff --git a/gurpmi2 b/gurpmi2
index 0f63fa03..3c743377 100755
--- a/gurpmi2
+++ b/gurpmi2
@@ -252,7 +252,7 @@ sub ask_continue_blocking {
sub do_install {
wait_label();
- my @ask_remove = urpm::select::removed_packages($urpm, $state);
+ my @ask_remove = urpm::select::removed_packages($state);
@ask_remove
? ask_continue_if_no_auto(N(
"The following packages have to be removed for others to be upgraded:\n%s\nContinue installation anyway?",