This declaration probably used to be necessary but the code has been refactored since to use unpack_entry_gently instead. Signed-off-by: Shawn O. Pearce <spearce@xxxxxxxxxxx> --- sha1_file.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/sha1_file.c b/sha1_file.c index bb9fa8b..b1c88de 100644 --- a/sha1_file.c +++ b/sha1_file.c @@ -1075,9 +1075,6 @@ static int packed_object_info(struct pac return 0; } -/* forward declaration for a mutually recursive function */ -static void *unpack_entry(struct pack_entry *, char *, unsigned long *); - static void *unpack_delta_entry(unsigned char *base_sha1, unsigned long delta_size, unsigned long left, -- 1.4.2.g0dcb - 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