X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=object.h;h=b6618d92bf04d549350d83b6237770c48734686f;hb=37be802240a5201750679e20ad599dbb78376c72;hp=4d1d61546f0441bd198cda3ad153b35a91444b72;hpb=8577def6fc1dda3f18a284162aba07819fbcbcd4;p=thirdparty%2Fgit.git diff --git a/object.h b/object.h index 4d1d61546f..b6618d92bf 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;