From e2cfeee002f8de124a1bc0acbf2f7740d3413d29 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 31 Aug 2012 16:45:43 +0000 Subject: (get_distant_media_filesize) kill unused parameter --- urpm/get_pkgs.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'urpm/get_pkgs.pm') diff --git a/urpm/get_pkgs.pm b/urpm/get_pkgs.pm index 7f6bcc28..3326b7a1 100644 --- a/urpm/get_pkgs.pm +++ b/urpm/get_pkgs.pm @@ -179,14 +179,14 @@ sub verify_partial_rpm_and_move { } -=item get_distant_media_filesize(undef, $blists, $sources) +=item get_distant_media_filesize($blists, $sources) Get the filesize of packages to download from remote media. =cut sub get_distant_media_filesize { - my (undef, $blists, $sources) = @_; + my ($blists, $sources) = @_; my $filesize; #- get back all ftp and http accessible rpm files into the local cache -- cgit v1.2.1