From 5c65d58c39581f3f9530fa6b25ae63c0aa4370e6 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 24 Mar 2012 15:36:45 +0000 Subject: (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) --- lib/Iurt/Chroot.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/Iurt/Chroot.pm') 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"); -- cgit v1.2.1