pack-objects: remove bogus arguments to delta_cacheable()
commitd250626cbbfc1d047b234681d2f71f56e3ada07a
authorNicolas Pitre <nico@cam.org>
Thu, 16 Aug 2007 02:46:01 +0000 (15 22:46 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 16 Aug 2007 04:39:07 +0000 (15 21:39 -0700)
tree233a4a973569370c9c1fc4830793b4fdd1a2fde0
parente06c5a6c7bdaa8c96b72e29f7fb49a331f1e0cc2
pack-objects: remove bogus arguments to delta_cacheable()

Not only are they unused, but the order in the function declaration
and the actual usage don't match.

Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-pack-objects.c