Remove redundant bit clears from diff_setup()
commit4b15b4ab5f9b19caff6d4a910ecc3e1d4f0e13f0
authorKeith Cascio <keith@cs.ucla.edu>
Fri, 13 Feb 2009 17:33:34 +0000 (13 09:33 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 14 Feb 2009 02:19:37 +0000 (13 18:19 -0800)
tree4c8846f59ed24cbda44f2d514a461a8271439dae
parent901d615c5d74bea20e0c8d7fcdf7585616306b79
Remove redundant bit clears from diff_setup()

All bits already clear after memset(0).

Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff.c