Code

object.h: Remove obsolete struct object_refs
authorJakob Pfender <jpfender@elegosoft.com>
Mon, 14 Mar 2011 16:23:52 +0000 (17:23 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 14 Mar 2011 17:49:28 +0000 (10:49 -0700)
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>
object.h

index 4d1d61546f0441bd198cda3ad153b35a91444b72..b6618d92bf04d549350d83b6237770c48734686f 100644 (file)
--- a/object.h
+++ b/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;