From: Jakob Pfender Date: Mon, 14 Mar 2011 16:23:52 +0000 (+0100) Subject: object.h: Remove obsolete struct object_refs X-Git-Tag: v1.7.5-rc0~84 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0564d937bfac6729dac8ea5a2b15de52fcd4b8ec;p=git.git object.h: Remove obsolete struct object_refs 7914053 (Remove unused object-ref code, 2008-02-25) removed all uses of the structure from the code, but forgot to remove the type definition itself. Signed-off-by: Jakob Pfender Signed-off-by: Junio C Hamano --- 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;