From 523e80a751efbd39f7a5da49ee20a0004588ba75 Mon Sep 17 00:00:00 2001 From: Andres Salomon Date: Thu, 28 May 2009 19:33:27 -0400 Subject: [PATCH] mkchroot: remove unused umount function Signed-off-by: Andres Salomon --- functions.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/functions.sh b/functions.sh index 89f2ff8..4acc14f 100644 --- a/functions.sh +++ b/functions.sh @@ -100,14 +100,6 @@ boot EOF } -chroot_internal_umounts() -{ - root_dir="$1" - umount ${root_dir}/proc - umount ${root_dir}/dev/pts - umount ${root_dir}/var/cache/apt/cache -} - start_logging() { logpipe="$1".pipe -- 2.39.2