Remove the fake 'sync' command.

It was added to silence git-repack, but it is no longer used there.

Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
This commit is contained in:
Johannes Sixt
2008-06-04 19:29:25 +02:00
parent 97809f013c
commit f01c16a4bb

View File

@@ -153,9 +153,5 @@ case $(uname -s) in
find () {
/usr/bin/find "$@"
}
# sync is missing
sync () {
: # no implementation
}
;;
esac