Remove COLLISION_CHECK from Makefile since it's not used.
authorBrian Gernhardt <benji@silverinsanity.com>
Wed, 20 Dec 2006 03:25:13 +0000 (22:25 -0500)
committerJunio C Hamano <junkio@cox.net>
Wed, 20 Dec 2006 05:33:35 +0000 (21:33 -0800)
It's rather misleading to have configuration options that don't do
anything. If someone adds collision checking they might also want to
restore this option.

Signed-off-by: Brian Gernhardt <benji@silverinsanity.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found