aboutsummaryrefslogtreecommitdiffstats
path: root/object.h
diff options
context:
space:
mode:
authorJakob Pfender <jpfender@elegosoft.com>2011-03-14 17:23:52 +0100
committerJunio C Hamano <gitster@pobox.com>2011-03-14 10:49:28 -0700
commit0564d937bfac6729dac8ea5a2b15de52fcd4b8ec (patch)
treed229f79e7a7c9d7700f0bcaf289185e62ce1b57a /object.h
parentae4479d4943a522f3dc3a37dce2b833caa70b9bd (diff)
downloadgit-0564d937bfac6729dac8ea5a2b15de52fcd4b8ec.tar.gz
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>
Diffstat (limited to 'object.h')
-rw-r--r--object.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/object.h b/object.h
index 4d1d61546f..b6618d92bf 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;