From d88643d2724f1e8b0028660c8de76c0bd0c286d8 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. --- 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 -- 2.1.4