xdiff: remove emit_func() and xdi_diff_hunks()

The functions are unused now, remove them.

Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
René Scharfe
2012-05-09 22:24:34 +02:00
committed by Junio C Hamano
parent 4b4132fd89
commit 3319e60633
4 changed files with 1 additions and 54 deletions

View File

@ -96,7 +96,6 @@ typedef struct s_xdemitconf {
unsigned long flags;
find_func_t find_func;
void *find_func_priv;
void (*emit_func)();
xdl_emit_hunk_consume_func_t hunk_func;
} xdemitconf_t;