diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-08-31 16:45:34 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-08-31 16:45:34 +0000 |
commit | 5a5f52175223b8a13a323797ac7d9c87492c2955 (patch) | |
tree | b5dee3c1830021799cdd7b2b099aa5c341fac461 /urpm/download.pm | |
parent | 3bfac162fb8f3d65ac51fdad5838b17364175ea6 (diff) | |
download | urpmi-5a5f52175223b8a13a323797ac7d9c87492c2955.tar urpmi-5a5f52175223b8a13a323797ac7d9c87492c2955.tar.gz urpmi-5a5f52175223b8a13a323797ac7d9c87492c2955.tar.bz2 urpmi-5a5f52175223b8a13a323797ac7d9c87492c2955.tar.xz urpmi-5a5f52175223b8a13a323797ac7d9c87492c2955.zip |
(urpm::download::sync) drop it (it was obsoleted years ago)
Diffstat (limited to 'urpm/download.pm')
-rw-r--r-- | urpm/download.pm | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/urpm/download.pm b/urpm/download.pm index d13f844a..37100c9b 100644 --- a/urpm/download.pm +++ b/urpm/download.pm @@ -965,21 +965,6 @@ sub sync_rel_to { $result_file; } -#- deprecated, use sync_url() or sync_rel() instead -#- -#- $medium can be undef -#- known options: quiet, resume, callback, ask_retry -sub sync { - my ($urpm, $medium, $files, %options) = @_; - - if ($medium) { - $urpm->{error}("deprecated urpm::download::sync() called with a medium, this is not handled anymore, not using the medium and only taking the protocol into account"); - } - sync_url($urpm, $_, %options) or return foreach @$files; - 1; -} - - =item get_content($urpm, $url, %o_options) Retrieve a file and return its content. |