summaryrefslogtreecommitdiff
path: root/src/pack.h
diff options
context:
space:
mode:
authorVicent Marti <vicent@github.com>2014-01-23 08:03:29 -0800
committerVicent Marti <vicent@github.com>2014-01-23 08:03:29 -0800
commitca55fc6356a5edd838ca03b82f3601bd94e8d750 (patch)
tree07239579fb2ab7f41b8886cce5ff2580afd81ced /src/pack.h
parentac8949edb2b1fc286656baac5be367c8c31330ab (diff)
parent8610487cd321052d156202b7dd213add29fe6b21 (diff)
downloadlibgit2-ca55fc6356a5edd838ca03b82f3601bd94e8d750.tar.gz
Merge pull request #2074 from linquize/pack-filename-sha1
Drop parsing pack filename SHA1 part
Diffstat (limited to 'src/pack.h')
-rw-r--r--src/pack.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pack.h b/src/pack.h
index 28146ab30..58f81e2f0 100644
--- a/src/pack.h
+++ b/src/pack.h
@@ -88,7 +88,6 @@ struct git_pack_file {
int index_version;
git_time_t mtime;
unsigned pack_local:1, pack_keep:1, has_cache:1;
- git_oid sha1;
git_oidmap *idx_cache;
git_oid **oids;