Skip to content

Commit 5b711b2

Browse files
peffgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent b837f5d commit 5b711b2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

diffcore.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ struct diff_filespec {
2929
char *path;
3030
void *data;
3131
void *cnt_data;
32-
const char *funcname_pattern_ident;
3332
unsigned long size;
3433
int count; /* Reference count */
3534
int xfrm_flags; /* for use by the xfrm */

0 commit comments

Comments
 (0)