live-snapshot: removed an unused and useless function.
authorMarco Amadori <marco.amadori@gmail.com>
Fri, 6 Jun 2008 21:01:26 +0000 (23:01 +0200)
committerDaniel Baumann <daniel@debian.org>
Wed, 9 Mar 2011 16:48:00 +0000 (17:48 +0100)
bin/live-snapshot

index b523c4a..d4c6c34 100755 (executable)
@@ -125,19 +125,6 @@ Version ()
        exit 0
 }
 
-Is_same_mount ()
-{
-       dir1="$(Base_path ${1})"
-       dir2="$(Base_path ${2})"
-
-       if [ "${dir1}" = "${dir2}" ]
-       then
-               return 0
-       else
-               return 1
-       fi
-}
-
 Parse_args ()
 {
        # Parse command line