diff options
author | Nicolas Pitre <nico@cam.org> | 2006-09-27 15:30:21 -0400 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-09-27 12:35:19 -0700 |
commit | f130446920b550a69716346fb9a9947c04fc7f90 (patch) | |
tree | 8be44b10d60750ab7bfc711a0ccfb04bebeb77f6 /builtin-pack-objects.c | |
parent | e4fe4b8ef7cdde842a9e5e2594d0fba1367d9dd3 (diff) | |
download | git-f130446920b550a69716346fb9a9947c04fc7f90.tar.gz |
zap a debug remnant
Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'builtin-pack-objects.c')
-rw-r--r-- | builtin-pack-objects.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/builtin-pack-objects.c b/builtin-pack-objects.c index 6db97b685f..16e98f3f3f 100644 --- a/builtin-pack-objects.c +++ b/builtin-pack-objects.c @@ -440,7 +440,6 @@ static unsigned long write_object(struct sha1file *f, + entry->in_pack_header_size; datalen = find_packed_object_size(p, entry->in_pack_offset) - entry->in_pack_header_size; -//fprintf(stderr, "reusing %d at %d header %d size %d\n", obj_type, entry->in_pack_offset, entry->in_pack_header_size, datalen); if (!pack_to_stdout && check_inflate(buf, datalen, entry->size)) die("corrupt delta in pack %s", sha1_to_hex(entry->sha1)); sha1write(f, buf, datalen); |