packfile: remove unused member from struct pack_entry
[gitweb.git] / packfile.c
index 0bc67d0e00966008f9f8a6fa1c1b6540569a7cc0..5c219d0229f8a3faf9274201fd17463b288e084a 100644 (file)
@@ -1833,7 +1833,6 @@ static int fill_pack_entry(const unsigned char *sha1,
                return 0;
        e->offset = offset;
        e->p = p;
-       hashcpy(e->sha1, sha1);
        return 1;
 }