From: Marco Amadori Date: Fri, 6 Jun 2008 21:01:26 +0000 (+0200) Subject: live-snapshot: removed an unused and useless function. X-Git-Tag: debian/2.0.15-1~528 X-Git-Url: http://git.grml.org/?p=live-boot-grml.git;a=commitdiff_plain;h=d88643d2724f1e8b0028660c8de76c0bd0c286d8 live-snapshot: removed an unused and useless function. --- diff --git a/bin/live-snapshot b/bin/live-snapshot index b523c4a..d4c6c34 100755 --- a/bin/live-snapshot +++ b/bin/live-snapshot @@ -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