Skip to content

Commit

Permalink
live-snapshot: removed an unused and useless function.
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Amadori <marco.amadori@gmail.com>
  • Loading branch information
mammadori authored and daniel-baumann committed Jun 10, 2008
1 parent 28a2ddb commit 6fff3f1
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions bin/live-snapshot
Expand Up @@ -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
Expand Down

0 comments on commit 6fff3f1

Please sign in to comment.