aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Iurt/Chroot.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-03-24 15:36:45 +0000
committerThierry Vignaud <tv@mageia.org>2012-03-24 15:36:45 +0000
commit5c65d58c39581f3f9530fa6b25ae63c0aa4370e6 (patch)
treea5670e30462b634ebafa8638de3faacbfd2c136e /lib/Iurt/Chroot.pm
parentc36daa3cd8a13ee49442b09c7c98f56db5f30069 (diff)
downloadiurt-5c65d58c39581f3f9530fa6b25ae63c0aa4370e6.tar
iurt-5c65d58c39581f3f9530fa6b25ae63c0aa4370e6.tar.gz
iurt-5c65d58c39581f3f9530fa6b25ae63c0aa4370e6.tar.bz2
iurt-5c65d58c39581f3f9530fa6b25ae63c0aa4370e6.tar.xz
iurt-5c65d58c39581f3f9530fa6b25ae63c0aa4370e6.zip
(update_chroot) kill unused & unpassed args; note that it never did
anything (code commented out since introduced by mrl in r224008 on Jun 27 2007)
Diffstat (limited to 'lib/Iurt/Chroot.pm')
-rw-r--r--lib/Iurt/Chroot.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/Iurt/Chroot.pm b/lib/Iurt/Chroot.pm
index 6e390f8..55a31c9 100644
--- a/lib/Iurt/Chroot.pm
+++ b/lib/Iurt/Chroot.pm
@@ -132,10 +132,12 @@ I<$run> is the running environment
I<%only_clean> only clean the chroot, do not create a new one
Return true.
+IT NEVER ACTUALLY PERFORMED ANYTHING
+
=cut
sub update_chroot {
- my ($_chroot, $_chroot_tar, $_run, $_config, $_only_clean, $_only_tar) = @_;
+ my ($_chroot, $_chroot_tar, $_run) = @_;
plog('DEBUG', "update chroot");