From: Stefan Beller Date: Sat, 3 Sep 2016 03:16:48 +0000 (-0700) Subject: xdiff: remove unneeded declarations X-Git-Tag: v2.10.1~32^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5e4e5bb5397b0d9f7257ed28b7dba6ee6ff278a8;p=thirdparty%2Fgit.git xdiff: remove unneeded declarations Signed-off-by: Stefan Beller Signed-off-by: Junio C Hamano --- diff --git a/xdiff/xemit.c b/xdiff/xemit.c index 49aa16ff78..b52b4b9c1e 100644 --- a/xdiff/xemit.c +++ b/xdiff/xemit.c @@ -22,15 +22,6 @@ #include "xinclude.h" - - - -static long xdl_get_rec(xdfile_t *xdf, long ri, char const **rec); -static int xdl_emit_record(xdfile_t *xdf, long ri, char const *pre, xdemitcb_t *ecb); - - - - static long xdl_get_rec(xdfile_t *xdf, long ri, char const **rec) { *rec = xdf->recs[ri]->ptr;