Skip to content

Commit

Permalink
object.h: Remove obsolete struct object_refs
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jakob Pfender authored and Junio C Hamano committed Mar 14, 2011
1 parent ae4479d commit 0564d93
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions object.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0564d93

Please sign in to comment.