зеркало из https://github.com/microsoft/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 <jpfender@elegosoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
ae4479d494
Коммит
0564d937bf
5
object.h
5
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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче