зеркало из https://github.com/microsoft/git.git
Remove unnecessary forward declaration of unpack_entry.
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@spearce.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Родитель
da7560110f
Коммит
44c10841ea
|
@ -1057,9 +1057,6 @@ static int packed_object_info(struct pack_entry *entry,
|
||||||
return 0;
|
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,
|
static void *unpack_delta_entry(unsigned char *base_sha1,
|
||||||
unsigned long delta_size,
|
unsigned long delta_size,
|
||||||
unsigned long left,
|
unsigned long left,
|
||||||
|
|
Загрузка…
Ссылка в новой задаче