unpack-objects: remove stale and confusing comment
authorJunio C Hamano <junkio@cox.net>
Mon, 17 Jul 2006 20:08:14 +0000 (13:08 -0700)
committerJunio C Hamano <junkio@cox.net>
Mon, 17 Jul 2006 20:10:58 +0000 (13:10 -0700)
The very initial version of unpack-objects.c::unpack_all() used
to unpack from the end of the pack, but since end of June last
year it was changed to stream from the front and the comment
does not reflect the reality anymore.

Signed-off-by: Junio C Hamano <junkio@cox.net>
unpack-objects.c

index 3b824b04a262b92808ba138b1922badbbb25da89..48c1ee7968cc6b40cb02cd99d35e66630f922041 100644 (file)
@@ -241,11 +241,6 @@ static void unpack_one(unsigned nr, unsigned total)
        }
 }
 
-/*
- * We unpack from the end, older files first. Now, usually
- * there are deltas etc, so we'll not actually write the
- * objects in that order, but we might as well try..
- */
 static void unpack_all(void)
 {
        int i;