On Fri, Sep 2, 2016 at 8:16 PM, Stefan Beller <sbeller@xxxxxxxxxx> wrote: > Signed-off-by: Stefan Beller <sbeller@xxxxxxxxxx> > --- > xdiff/xemit.c | 9 --------- > 1 file changed, 9 deletions(-) Despite the moved coloring patch moving into a different direction, I think this is still an improvement to the code. Thanks, Stefan > > diff --git a/xdiff/xemit.c b/xdiff/xemit.c > index 49aa16f..b52b4b9 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; > -- > 2.10.0.rc2.22.g25cb54d.dirty >