mirror of
https://github.com/git-for-windows/git.git
synced 2025-12-17 05:51:15 -06:00
diff_filespec: drop funcname_pattern_ident field
This struct field was obsoleted by be58e70 (diff: unify external diff and funcname parsing code, 2008-10-05), but we forgot to remove it. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
b837f5d68d
commit
5b711b207f
@ -29,7 +29,6 @@ struct diff_filespec {
|
|||||||
char *path;
|
char *path;
|
||||||
void *data;
|
void *data;
|
||||||
void *cnt_data;
|
void *cnt_data;
|
||||||
const char *funcname_pattern_ident;
|
|
||||||
unsigned long size;
|
unsigned long size;
|
||||||
int count; /* Reference count */
|
int count; /* Reference count */
|
||||||
int xfrm_flags; /* for use by the xfrm */
|
int xfrm_flags; /* for use by the xfrm */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user