提交 0564d937 编写于 作者: J Jakob Pfender 提交者: Junio C Hamano

object.h: Remove obsolete struct object_refs

7914053b (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: NJakob Pfender <jpfender@elegosoft.com>
Signed-off-by: NJunio C Hamano <gitster@pobox.com>
上级 ae4479d4
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册