diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-09-12 15:34:38 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-09-12 15:34:38 -0700 |
commit | b2735955f5c6cd40982783fbc07983e6da9b2f6d (patch) | |
tree | e3fbcaaf437ddaa161949c05d04e485094054d71 | |
parent | ba06991e5f1647d8a78b181562f4d8075c65c696 (diff) | |
parent | 5e4e5bb5397b0d9f7257ed28b7dba6ee6ff278a8 (diff) | |
download | git-b2735955f5c6cd40982783fbc07983e6da9b2f6d.tar.gz git-b2735955f5c6cd40982783fbc07983e6da9b2f6d.tar.xz |
Merge branch 'sb/xdiff-remove-unused-static-decl'
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 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; |