Skip to content

Commit

Permalink
diff_filespec: drop funcname_pattern_ident field
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jeff King authored and Junio C Hamano committed Jan 17, 2014
1 parent b837f5d commit 5b711b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion diffcore.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 5b711b2

Please sign in to comment.