diff options
author | Jeff King <peff@peff.net> | 2014-01-16 20:20:11 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-01-17 10:50:10 -0800 |
commit | 5b711b207fe78de59ebcba70e16886bffaffc73c (patch) | |
tree | 4a91ec39ed63ea261b7963c2f82bfd0ea5273bd8 /diffcore.h | |
parent | b837f5d68da391f3a54817bb04f1e7ec04f9cdac (diff) | |
download | git-5b711b207fe78de59ebcba70e16886bffaffc73c.tar.gz |
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.h | 1 |
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 */ |