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:
parent
ae4479d494
commit
0564d937bf
5
object.h
5
object.h
@ -6,11 +6,6 @@ struct object_list {
|
|||||||
struct object_list *next;
|
struct object_list *next;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct object_refs {
|
|
||||||
unsigned count;
|
|
||||||
struct object *ref[FLEX_ARRAY]; /* more */
|
|
||||||
};
|
|
||||||
|
|
||||||
struct object_array {
|
struct object_array {
|
||||||
unsigned int nr;
|
unsigned int nr;
|
||||||
unsigned int alloc;
|
unsigned int alloc;
|
||||||
|
Loading…
Reference in New Issue
Block a user