aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Reisner <d@falconindy.com>2010-01-08 21:15:57 -0500
committerDave Reisner <d@falconindy.com>2010-01-08 21:15:57 -0500
commit46e2f4a467c8c873b4a664d2e6501e665684226c (patch)
tree332f863f7f3d22ed2250c3180657af2a7540dc0d
parent26687c9892173409fa8da9f8cb5626e779af40e8 (diff)
downloadsquashfu-46e2f4a467c8c873b4a664d2e6501e665684226c.tar.gz
Delete unused union_mount_by_day
-rwxr-xr-xsquashfu5
1 files changed, 0 insertions, 5 deletions
diff --git a/squashfu b/squashfu
index 7228af9..a2230f6 100755
--- a/squashfu
+++ b/squashfu
@@ -113,11 +113,6 @@ mount_union_ro () {
mount -t aufs none "${MOUNT_POINT}" -o udba=reval,$branches
}
-mount_union_up_to_day () {
- # convert DoW to a number
- mount_union_ro `date --date=$1 +%u` $2
-}
-
mount_union_branch_rw () {
debug "Remount branch $i as read-write"
mount -o remount,mod:bins/$1=rw "${BKUP_ROOT}/rw"