Merge branch 'sb/xdiff-remove-unused-static-decl' into maint
authorJunio C Hamano <gitster@pobox.com>
Mon, 19 Sep 2016 20:51:44 +0000 (13:51 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 19 Sep 2016 20:51:45 +0000 (13:51 -0700)
Code cleanup.

* sb/xdiff-remove-unused-static-decl:
xdiff: remove unneeded declarations

xdiff/xemit.c
index 49aa16ff78d8c0f10942e0f519543cc6befabb9d..b52b4b9c1ee3ba3c6b94594af68a275e458bebaf 100644 (file)
 
 #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;