diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-09-19 13:51:44 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-09-19 13:51:45 -0700 |
commit | 51673a71e3a08d455ec6944f5aa233ea0b5d44df (patch) | |
tree | e44f3c6e4655f27b0f42db681399d4b28be25c3a | |
parent | Merge branch 'js/t9903-chaining' into maint (diff) | |
parent | xdiff: remove unneeded declarations (diff) | |
download | tgif-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.c | 9 |
1 files changed, 0 insertions, 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; |