From: Jeff King Date: Fri, 17 Jan 2014 01:20:11 +0000 (-0500) Subject: diff_filespec: drop funcname_pattern_ident field X-Git-Tag: v1.9-rc1~14^2~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/5b711b207fe78de59ebcba70e16886bffaffc73c 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 Signed-off-by: Junio C Hamano --- diff --git a/diffcore.h b/diffcore.h index f822f9e2b0..92e4d484ea 100644 --- a/diffcore.h +++ b/diffcore.h @@ -29,7 +29,6 @@ struct diff_filespec { char *path; void *data; void *cnt_data; - const char *funcname_pattern_ident; unsigned long size; int count; /* Reference count */ int xfrm_flags; /* for use by the xfrm */