From b6ab2bcc5fc30a84eebed9fded502996711ed737 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 23 May 2012 18:27:23 +0000 Subject: drop useless install::http::close() --- perl-install/install/http.pm | 4 ---- 1 file changed, 4 deletions(-) (limited to 'perl-install/install/http.pm') 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; -- cgit v1.2.1