Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
xdiff: remove unneeded declarations
author
Stefan Beller
<sbeller@google.com>
Sat, 3 Sep 2016 03:16:48 +0000
(20:16 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 7 Sep 2016 16:26:42 +0000
(09:26 -0700)
Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
xdiff/xemit.c
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
e0c1cea
)
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;