diff.c: do not use a separate "size cache".
authorJunio C Hamano <junkio@cox.net>
Mon, 7 May 2007 08:14:21 +0000 (01:14 -0700)
committerJunio C Hamano <junkio@cox.net>
Mon, 7 May 2007 22:54:32 +0000 (15:54 -0700)
diff_filespec has a slot to record the size of the data already,
so make use of it instead of a separate size cache.

Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found