From 6fff3f1ee2d7025a2873da23f0916963a57278fe Mon Sep 17 00:00:00 2001 From: Marco Amadori Date: Fri, 6 Jun 2008 23:01:26 +0200 Subject: [PATCH] live-snapshot: removed an unused and useless function. Signed-off-by: Marco Amadori --- bin/live-snapshot | 13 ------------- 1 file changed, 13 deletions(-) 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