aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-09-19 13:51:44 -0700
committerJunio C Hamano <gitster@pobox.com>2016-09-19 13:51:45 -0700
commit51673a71e3a08d455ec6944f5aa233ea0b5d44df (patch)
treee44f3c6e4655f27b0f42db681399d4b28be25c3a
parent294573e6d7acfc648d52a6f59cbe43db8847f836 (diff)
parent5e4e5bb5397b0d9f7257ed28b7dba6ee6ff278a8 (diff)
downloadgit-51673a71e3a08d455ec6944f5aa233ea0b5d44df.tar.gz
git-51673a71e3a08d455ec6944f5aa233ea0b5d44df.tar.xz
Merge branch 'sb/xdiff-remove-unused-static-decl' into maint
Code cleanup. * sb/xdiff-remove-unused-static-decl: xdiff: remove unneeded declarations
-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;