mercurial/cext/bdiff.c
changeset 36763 90f8fe72446c
parent 36762 b5bb0f99064d
child 36916 1b9f6440506b
--- a/mercurial/cext/bdiff.c	Sun Mar 04 00:17:49 2018 -0800
+++ b/mercurial/cext/bdiff.c	Tue Mar 06 18:41:08 2018 -0800
@@ -280,16 +280,11 @@
 	    XDF_INDENT_HEURISTIC, /* flags */
 	};
 	xdemitconf_t xecfg = {
-	    0,                  /* ctxlen */
-	    0,                  /* interhunkctxlen */
 	    XDL_EMIT_BDIFFHUNK, /* flags */
-	    NULL,               /* find_func */
-	    NULL,               /* find_func_priv */
 	    hunk_consumer,      /* hunk_consume_func */
 	};
 	xdemitcb_t ecb = {
 	    NULL, /* priv */
-	    NULL, /* outf */
 	};
 
 	if (!PyArg_ParseTuple(args, PY23("s#s#", "y#y#"), &a.ptr, &la, &b.ptr,