From b9860580a86b61db3a6c22046d4c695aace573eb Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 11 Mar 2009 10:05:39 +0000 Subject: (install_urpmi) kill unused 'static' variable --- perl-install/install/media.pm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'perl-install/install/media.pm') diff --git a/perl-install/install/media.pm b/perl-install/install/media.pm index 4a3740597..9b6e5552c 100644 --- a/perl-install/install/media.pm +++ b/perl-install/install/media.pm @@ -916,7 +916,7 @@ sub install_urpmi { my (@cfg, @netrc); foreach my $medium (@media) { if ($medium->{selected}) { - my ($dir, $removable_device, $static); + my ($dir, $removable_device); my $phys_m = $medium->{phys_medium}; if ($phys_m->{method} eq 'ftp' || $phys_m->{method} eq 'http' || $phys_m->{method} eq 'cdrom') { @@ -948,8 +948,6 @@ sub install_urpmi { " removable: $removable_device"), if_($medium->{update}, " update"), - if_($static, - " static"), "}"; } else { #- remove deselected media by removing copied hdlist and synthesis files -- cgit v1.2.1