Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
diff_filespec: drop funcname_pattern_ident field
author
Jeff King
<peff@peff.net>
Fri, 17 Jan 2014 01:20:11 +0000
(20:20 -0500)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 17 Jan 2014 18:50:10 +0000
(10:50 -0800)
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>
diffcore.h
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
b837f5d
)
diff --git
a/diffcore.h
b/diffcore.h
index f822f9e2b0b7afc7d6b33188aef0a42ff7617729..92e4d484eaa2205631eae42de6e1b33088a10509 100644
(file)
--- 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 */