pack-objects: remove redundent status information
commit67c08ce14fb488562666ab896541ad75f1bdcca6
authorNicolas Pitre <nico@cam.org>
Wed, 29 Nov 2006 22:15:48 +0000 (29 17:15 -0500)
committerJunio C Hamano <junkio@cox.net>
Thu, 30 Nov 2006 03:06:53 +0000 (29 19:06 -0800)
tree06062fba179c853a31896bd3c121e49ca7060e59
parent03f99c03f806ca13b5974450409426c04af220f2
pack-objects: remove redundent status information

The final 'nr_result' and 'written' values must always be the same
otherwise we're in deep trouble.  So let's remove a redundent report.

And for paranoia sake let's make sure those two variables are actually
equal after all objects are written (one never knows).

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