Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/xdiff
diff options
context:
space:
mode:
authorStefan Beller <sbeller@google.com>2016-09-03 06:16:48 +0300
committerJunio C Hamano <gitster@pobox.com>2016-09-07 19:26:42 +0300
commit5e4e5bb5397b0d9f7257ed28b7dba6ee6ff278a8 (patch)
tree309f4a7ff9b3ed2e315a80a92266b376691ab41e /xdiff
parente0c1ceafc5bece92d35773a75fff59497e1d9bd5 (diff)
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 49aa16ff78d..b52b4b9c1ee 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;