X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=object.h;h=b6618d92bf04d549350d83b6237770c48734686f;hb=2d11f21c365821ccba1e093f22b99ad71b955f21;hp=4d1d61546f0441bd198cda3ad153b35a91444b72;hpb=34df9fe36a3627e1c2a9ae244820fb61e3891b90;p=git.git diff --git a/object.h b/object.h index 4d1d61546..b6618d92b 100644 --- a/object.h +++ b/object.h @@ -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;