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]
/
cache.h
diff --git
a/cache.h
b/cache.h
index 11a989319d820c5598f41c1752c369ed3779f902..dd1a9c6094dcfb512df94f1cfb4cf4d4567d1008 100644
(file)
--- a/
cache.h
+++ b/
cache.h
@@
-1572,7
+1572,6
@@
struct pack_window {
struct pack_entry {
off_t offset;
- unsigned char sha1[20];
struct packed_git *p;
};