Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
packfile: remove unused member from struct pack_entry
[gitweb.git]
/
packfile.c
diff --git
a/packfile.c
b/packfile.c
index 0bc67d0e00966008f9f8a6fa1c1b6540569a7cc0..5c219d0229f8a3faf9274201fd17463b288e084a 100644
(file)
--- a/
packfile.c
+++ b/
packfile.c
@@
-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;
}