summaryrefslogtreecommitdiff
path: root/diffcore.h
diff options
context:
space:
mode:
authorLibravatar Jeff King <peff@peff.net>2014-01-16 20:20:11 -0500
committerLibravatar Junio C Hamano <gitster@pobox.com>2014-01-17 10:50:10 -0800
commit5b711b207fe78de59ebcba70e16886bffaffc73c (patch)
tree4a91ec39ed63ea261b7963c2f82bfd0ea5273bd8 /diffcore.h
parentdiff_filespec: reorder dirty_submodule macro definitions (diff)
downloadtgif-5b711b207fe78de59ebcba70e16886bffaffc73c.tar.xz
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>
Diffstat (limited to 'diffcore.h')
-rw-r--r--diffcore.h1
1 files changed, 0 insertions, 1 deletions
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 */