clean up the delta base cache size a bit
commit3358004a006714477c2c44577507081cb5124fa4
authorNicolas Pitre <nico@cam.org>
Mon, 19 Mar 2007 20:28:51 +0000 (19 16:28 -0400)
committerJunio C Hamano <junkio@cox.net>
Tue, 20 Mar 2007 01:15:59 +0000 (19 18:15 -0700)
tree206e20594baa026cde33b0ed41e2fe4799aa5755
parentceb8442af7367611c3f5db124a5dc1dbb7fb438f
clean up the delta base cache size a bit

Currently there are 3 different ways to deal with the cache size.
Let's stick to only one.  The compiler is smart enough to produce the exact
same code in those cases anyway.

Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
sha1_file.c