diff.c: do not use a separate "size cache".
commit6e0b8ed6d35d0ed94b22652d6e8545b610cc43ab
authorJunio C Hamano <junkio@cox.net>
Mon, 7 May 2007 08:14:21 +0000 (7 01:14 -0700)
committerJunio C Hamano <junkio@cox.net>
Mon, 7 May 2007 22:54:32 +0000 (7 15:54 -0700)
tree6bb023da52a5360267b9672e0b648c80387c5648
parentfc3abdf5cb16914fb22747d7c3fb44258712a36d
diff.c: do not use a separate "size cache".

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>
diff.c