The struct object_refs in object.h is never used anywhere, so remove it. Signed-off-by: Jakob Pfender <jpfender@xxxxxxxxxxxxx> --- object.h | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/object.h b/object.h index 4d1d615..b6618d9 100644 --- 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; -- 1.7.0.4 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html