]> spindle.queued.net Git - xodist/commitdiff
mkchroot: remove unused umount function
authorAndres Salomon <dilinger@collabora.co.uk>
Thu, 28 May 2009 23:33:27 +0000 (19:33 -0400)
committerAndres Salomon <dilinger@collabora.co.uk>
Thu, 28 May 2009 23:33:27 +0000 (19:33 -0400)
Signed-off-by: Andres Salomon <dilinger@collabora.co.uk>
functions.sh

index 89f2ff80151febb39aa1fa740f87870485ef993a..4acc14f949a6f366af9a978b88bb28e1757d4a4d 100644 (file)
@@ -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