From 5e4e5bb5397b0d9f7257ed28b7dba6ee6ff278a8 Mon Sep 17 00:00:00 2001 From: Stefan Beller Date: Fri, 2 Sep 2016 20:16:48 -0700 Subject: xdiff: remove unneeded declarations Signed-off-by: Stefan Beller Signed-off-by: Junio C Hamano --- xdiff/xemit.c | 9 --------- 1 file changed, 9 deletions(-) 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; -- cgit v1.2.1