From: Jakob Pfender <jpfender@elegosoft.com>
To: git@vger.kernel.org
Cc: Junio C Hamano <gitster@pobox.com>
Subject: [PATCH] object.h: Remove obsolete struct object_refs
Date: Mon, 14 Mar 2011 17:23:52 +0100 [thread overview]
Message-ID: <4D7E4118.6060802@elegosoft.com> (raw)
The struct object_refs in object.h is never used anywhere, so remove it.
Signed-off-by: Jakob Pfender <jpfender@elegosoft.com>
---
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
next reply other threads:[~2011-03-14 16:24 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-14 16:23 Jakob Pfender [this message]
2011-03-14 17:03 ` [PATCH] object.h: Remove obsolete struct object_refs Michael J Gruber
2011-03-14 17:48 ` Junio C Hamano
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4D7E4118.6060802@elegosoft.com \
--to=jpfender@elegosoft.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.