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 <jpfender@elegosoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Jakob Pfender 2011-03-14 17:23:52 +01:00 коммит произвёл Junio C Hamano
Родитель ae4479d494
Коммит 0564d937bf
1 изменённых файлов: 0 добавлений и 5 удалений

Просмотреть файл

@ -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;