summaryrefslogtreecommitdiffstats
path: root/perl-install/install/http.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-05-23 18:27:23 +0000
committerThierry Vignaud <tv@mageia.org>2012-05-23 18:27:23 +0000
commitb6ab2bcc5fc30a84eebed9fded502996711ed737 (patch)
tree81c1692ed473e00e8d329774f4ff39b97237709d /perl-install/install/http.pm
parentc47225a60af9087ee5e7c132a3f0d105e581324d (diff)
downloaddrakx-backup-do-not-use-b6ab2bcc5fc30a84eebed9fded502996711ed737.tar
drakx-backup-do-not-use-b6ab2bcc5fc30a84eebed9fded502996711ed737.tar.gz
drakx-backup-do-not-use-b6ab2bcc5fc30a84eebed9fded502996711ed737.tar.bz2
drakx-backup-do-not-use-b6ab2bcc5fc30a84eebed9fded502996711ed737.tar.xz
drakx-backup-do-not-use-b6ab2bcc5fc30a84eebed9fded502996711ed737.zip
drop useless install::http::close()
Diffstat (limited to 'perl-install/install/http.pm')
-rw-r--r--perl-install/install/http.pm4
1 files changed, 0 insertions, 4 deletions
diff --git a/perl-install/install/http.pm b/perl-install/install/http.pm
index da6d6982c..9c0dacfd7 100644
--- a/perl-install/install/http.pm
+++ b/perl-install/install/http.pm
@@ -4,10 +4,6 @@ use urpm::download;
use common;
use Cwd;
-# to be killed once callers got fixed
-sub close() {
-}
-
sub getFile {
my ($url, %o_options) = @_;
my ($_size, $fh) = get_file_and_size($url, %o_options) or return;