From 0564d937bfac6729dac8ea5a2b15de52fcd4b8ec Mon Sep 17 00:00:00 2001 From: Jakob Pfender Date: Mon, 14 Mar 2011 17:23:52 +0100 Subject: [PATCH] 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 --- object.h | 5 ----- 1 file changed, 5 deletions(-) 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;