From: Junio C Hamano <hidden> Date: 2016-06-15 22:50:46
Jakob Pfender [off-list ref] writes:
The struct object_refs in object.h is never used anywhere, so remove it.
Signed-off-by: Jakob Pfender <redacted>
Thanks; I'd rephrase the above like this (no need to resend):
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.
Thanks.