Left is assigned to, but never used in sha1_file.c Signed-off-by: Serge E. Hallyn <serue@xxxxxxxxxx> --- sha1_file.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) 0c6ecfcb112a0fb3f1ea51d8e3c220aae235a007 diff --git a/sha1_file.c b/sha1_file.c index e3d0113..4301c80 100644 --- a/sha1_file.c +++ b/sha1_file.c @@ -874,13 +874,12 @@ void packed_object_info_detail(struct pa unsigned char *base_sha1) { struct packed_git *p = e->p; - unsigned long offset, left; + unsigned long offset; unsigned char *pack; enum object_type kind; offset = unpack_object_header(p, e->offset, &kind, size); pack = p->pack_base + offset; - left = p->pack_size - offset; if (kind != OBJ_DELTA) *delta_chain_length = 0; else { -- 1.2.5 - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html