diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2017-07-28 13:02:36 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2017-07-28 13:02:36 +0000 |
commit | 6323221391c308eb4ed4f23ab43e17f114815fbd (patch) | |
tree | 3e4147cd7067285dcc07bb8c59b36ebe0b47b758 | |
parent | f08409edbde15cf46d323ae0453ceac18d464461 (diff) |
remove unused variables; pointed out by clang
OK kettenis
-rw-r--r-- | usr.sbin/ripctl/parser.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/ripctl/parser.c b/usr.sbin/ripctl/parser.c index e82045f0eb7..f95c77b7d81 100644 --- a/usr.sbin/ripctl/parser.c +++ b/usr.sbin/ripctl/parser.c @@ -1,4 +1,4 @@ -/* $OpenBSD: parser.c,v 1.6 2010/09/05 12:16:23 kettenis Exp $ */ +/* $OpenBSD: parser.c,v 1.7 2017/07/28 13:02:35 florian Exp $ */ /* * Copyright (c) 2006 Michele Marchetto <mydecay@openbeer.it> @@ -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_iface[]; -static const struct token t_show_db[]; -static const struct token t_show_area[]; static const struct token t_show_nbr[]; static const struct token t_show_rib[]; static const struct token t_show_fib[]; |