diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-03-24 15:54:13 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-03-24 15:54:13 +0000 |
commit | 542eeb9dc0ce7968fc2c4f7a1b478f5e6ad06ec3 (patch) | |
tree | c76063b4fe2d4950d3e7f32444064888797f1d3f /lib/Iurt | |
parent | 914965c2942201048f37b5fecadf65660024da5c (diff) | |
download | iurt-542eeb9dc0ce7968fc2c4f7a1b478f5e6ad06ec3.tar iurt-542eeb9dc0ce7968fc2c4f7a1b478f5e6ad06ec3.tar.gz iurt-542eeb9dc0ce7968fc2c4f7a1b478f5e6ad06ec3.tar.bz2 iurt-542eeb9dc0ce7968fc2c4f7a1b478f5e6ad06ec3.tar.xz iurt-542eeb9dc0ce7968fc2c4f7a1b478f5e6ad06ec3.zip |
(add_packages) tag as unused
Diffstat (limited to 'lib/Iurt')
-rw-r--r-- | lib/Iurt/Urpmi.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Iurt/Urpmi.pm b/lib/Iurt/Urpmi.pm index 3182c5a..797698e 100644 --- a/lib/Iurt/Urpmi.pm +++ b/lib/Iurt/Urpmi.pm @@ -235,6 +235,7 @@ sub add_media { 1; } +# UNUSED: sub add_packages { my ($self, $chroot, $_user, @packages) = @_; my $run = $self->{run}; |