summaryrefslogtreecommitdiffstats
path: root/xdiff
diff options
context:
space:
mode:
authorStefan Beller <sbeller@google.com>2016-09-02 20:16:48 -0700
committerJunio C Hamano <gitster@pobox.com>2016-09-07 09:26:42 -0700
commit5e4e5bb5397b0d9f7257ed28b7dba6ee6ff278a8 (patch)
tree309f4a7ff9b3ed2e315a80a92266b376691ab41e /xdiff
parente0c1ceafc5bece92d35773a75fff59497e1d9bd5 (diff)
downloadgit-5e4e5bb5397b0d9f7257ed28b7dba6ee6ff278a8.tar.gz
git-5e4e5bb5397b0d9f7257ed28b7dba6ee6ff278a8.tar.xz
xdiff: remove unneeded declarations
Signed-off-by: Stefan Beller <sbeller@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'xdiff')
-rw-r--r--xdiff/xemit.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/xdiff/xemit.c b/xdiff/xemit.c
index 49aa16ff7..b52b4b9c1 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;