diff options
Diffstat (limited to 'object.h')
-rw-r--r-- | object.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -6,11 +6,6 @@ struct object_list { struct object_list *next; }; -struct object_refs { - unsigned count; - struct object *ref[FLEX_ARRAY]; /* more */ -}; - struct object_array { unsigned int nr; unsigned int alloc; |