diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-03-24 15:36:45 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-03-24 15:36:45 +0000 |
commit | 5c65d58c39581f3f9530fa6b25ae63c0aa4370e6 (patch) | |
tree | a5670e30462b634ebafa8638de3faacbfd2c136e /lib/Iurt/Chroot.pm | |
parent | c36daa3cd8a13ee49442b09c7c98f56db5f30069 (diff) | |
download | iurt-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.pm | 4 |
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"); |