From 5b711b207fe78de59ebcba70e16886bffaffc73c Mon Sep 17 00:00:00 2001 From: Jeff King Date: Thu, 16 Jan 2014 20:20:11 -0500 Subject: [PATCH] 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 --- diffcore.h | 1 - 1 file changed, 1 deletion(-) 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 */ -- 2.11.4.GIT