Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'sb/xdiff-remove-unused-static-decl' into maint
author
Junio C Hamano
<gitster@pobox.com>
Mon, 19 Sep 2016 20:51:44 +0000
(13:51 -0700)
committer
Junio 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
patch
|
blob
|
history
raw
(from parent 1:
294573e
)
diff --git
a/xdiff/xemit.c
b/xdiff/xemit.c
index 49aa16ff78d8c0f10942e0f519543cc6befabb9d..b52b4b9c1ee3ba3c6b94594af68a275e458bebaf 100644
(file)
--- 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;