diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2017-07-28 13:03:24 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2017-07-28 13:03:24 +0000 |
commit | b2863214d4dd9010782195219909307a3a344c14 (patch) | |
tree | 6f18a47ca3e06c057ed0de9f4ac55ec1d968d6f2 | |
parent | 6323221391c308eb4ed4f23ab43e17f114815fbd (diff) |
remove unused variable; pointed out by clang
OK kettenis
-rw-r--r-- | usr.sbin/dvmrpctl/parser.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/dvmrpctl/parser.c b/usr.sbin/dvmrpctl/parser.c index ffbf7c05a1e..0f70002825e 100644 --- a/usr.sbin/dvmrpctl/parser.c +++ b/usr.sbin/dvmrpctl/parser.c @@ -1,4 +1,4 @@ -/* $OpenBSD: parser.c,v 1.5 2010/09/04 21:31:04 tedu Exp $ */ +/* $OpenBSD: parser.c,v 1.6 2017/07/28 13:03:23 florian Exp $ */ /* * Copyright (c) 2004, 2005, 2006 Esben Norby <norby@openbsd.org> @@ -54,7 +54,6 @@ static const struct token t_show_iface[]; static const struct token t_show_nbr[]; static const struct token t_show_mfc[]; static const struct token t_show_rib[]; -static const struct token t_show_fib[]; static const struct token t_log[]; static const struct token t_main[] = { |