Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Fix working directory errno handling when unlinking a directory
[gitweb.git]
/
object.h
diff --git
a/object.h
b/object.h
index bdbf0facd47015b61a6fbf25eb358b6e256c86b6..bdbbc1889c0227519de0ba02439f0e94dfcd1651 100644
(file)
--- a/
object.h
+++ b/
object.h
@@
-8,7
+8,6
@@
struct object_list {
struct object_refs {
unsigned count;
- struct object *base;
struct object *ref[FLEX_ARRAY]; /* more */
};