Browse Source

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>
maint
Jakob Pfender 14 years ago committed by Junio C Hamano
parent
commit
0564d937bf
  1. 5
      object.h

5
object.h

@ -6,11 +6,6 @@ struct object_list { @@ -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;

Loading…
Cancel
Save