diff options
Diffstat (limited to 'lib/Iurt/Chroot.pm')
-rw-r--r-- | lib/Iurt/Chroot.pm | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/Iurt/Chroot.pm b/lib/Iurt/Chroot.pm index d8eca35..deb15f2 100644 --- a/lib/Iurt/Chroot.pm +++ b/lib/Iurt/Chroot.pm @@ -236,11 +236,6 @@ sub remove_chroot { } } -sub clean_mnt { - my ($run, $mount_point, $verbose) = @_; - return clean($mount_point, "/sbin/fuser", "$sudo /sbin/fuser -k", $verbose); -} - sub clean_all_chroot_tmp { my ($run, $chroot_dir, $prefix) = @_; |