Skip to content

Commit 5e4e5bb

Browse files
stefanbellergitster
authored andcommitted
xdiff: remove unneeded declarations
Signed-off-by: Stefan Beller <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent e0c1cea commit 5e4e5bb

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

xdiff/xemit.c

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,6 @@
2222

2323
#include "xinclude.h"
2424

25-
26-
27-
28-
static long xdl_get_rec(xdfile_t *xdf, long ri, char const **rec);
29-
static int xdl_emit_record(xdfile_t *xdf, long ri, char const *pre, xdemitcb_t *ecb);
30-
31-
32-
33-
3425
static long xdl_get_rec(xdfile_t *xdf, long ri, char const **rec) {
3526

3627
*rec = xdf->recs[ri]->ptr;

0 commit comments

Comments
 (0)