summaryrefslogtreecommitdiffstats
path: root/gurpmi2
diff options
context:
space:
mode:
Diffstat (limited to 'gurpmi2')
-rwxr-xr-xgurpmi21
1 files changed, 0 insertions, 1 deletions
diff --git a/gurpmi2 b/gurpmi2
index af157ce0..c068b3ed 100755
--- a/gurpmi2
+++ b/gurpmi2
@@ -284,7 +284,6 @@ sub do_install_3 () {
if (keys(%transaction_sources_install) || keys(%transaction_sources)) {
@{$set->{remove} || []} and
$progress_label->set_label(N("removing %s", join(' ', @{$set->{remove} || []})));
- my $total_nb = scalar grep { m|^/| } values %transaction_sources_install, values %transaction_sources;
my $callback_inst = sub {
my ($urpm, $type, $id, $subtype, $amount, $total) = @_;
my $pkg = defined $id ? $urpm->{depslist}[$id] : undef;