git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
e0c1cea
)
xdiff: remove unneeded declarations
author
Stefan Beller
<redacted>
Sat, 3 Sep 2016 03:16:48 +0000
(20:16 -0700)
committer
Junio C Hamano
<redacted>
Wed, 7 Sep 2016 16:26:42 +0000
(09:26 -0700)
Signed-off-by: Stefan Beller <redacted>
Signed-off-by: Junio C Hamano <redacted>
xdiff/xemit.c
patch
|
blob
|
history
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;
git clone https://git.99rst.org/PROJECT