Remove the "delay writing to avoid runtime penalty of racy-git avoidance"
commit0fc82cff12a887c1e0e7e69937dbd8a82843c081
authorJunio C Hamano <junkio@cox.net>
Wed, 16 Aug 2006 04:40:43 +0000 (15 21:40 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 16 Aug 2006 05:12:54 +0000 (15 22:12 -0700)
tree21fce4ecb6f043eddc4ca2d51d6c24cd53915e8a
parent42f774063db1442fc3815f596d263f90dcd8380b
Remove the "delay writing to avoid runtime penalty of racy-git avoidance"

The work-around should not be needed.  Even if it turns out we
would want it later, git will remember the patch for us ;-).

Signed-off-by: Junio C Hamano <junkio@cox.net>
read-cache.c