Re: ripctl: remove unused variables

2017-07-28 Thread Claudio Jeker
On Fri, Jul 28, 2017 at 12:32:56PM +, Florian Obser wrote: > > clang... > > OK? OK claudio@ > > diff --git ripctl/parser.c ripctl/parser.c > index e82045f0eb7..08a7e88e71a 100644 > --- ripctl/parser.c > +++ ripctl/parser.c > @@ -54,8 +54,6 @@ static const struct token t_main[]; > static co

Re: ripctl: remove unused variables

2017-07-28 Thread Mark Kettenis
> Date: Fri, 28 Jul 2017 12:32:56 + > From: Florian Obser > > clang... > > OK? ok kettenis@ > diff --git ripctl/parser.c ripctl/parser.c > index e82045f0eb7..08a7e88e71a 100644 > --- ripctl/parser.c > +++ ripctl/parser.c > @@ -54,8 +54,6 @@ static const struct token t_main[]; > static con

ripctl: remove unused variables

2017-07-28 Thread Florian Obser
clang... OK? diff --git ripctl/parser.c ripctl/parser.c index e82045f0eb7..08a7e88e71a 100644 --- ripctl/parser.c +++ ripctl/parser.c @@ -54,8 +54,6 @@ static const struct token t_main[]; static const struct token t_fib[]; static const struct token t_show[]; static const struct token t_show_i