Skip to content

Commit 0564d93

Browse files
Jakob Pfendergitster
authored andcommitted
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>
1 parent ae4479d commit 0564d93

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

object.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ struct object_list {
66
struct object_list *next;
77
};
88

9-
struct object_refs {
10-
unsigned count;
11-
struct object *ref[FLEX_ARRAY]; /* more */
12-
};
13-
149
struct object_array {
1510
unsigned int nr;
1611
unsigned int alloc;

0 commit comments

Comments
 (0)