summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dvmrpctl
diff options
context:
space:
mode:
authorflorian <florian@openbsd.org>2017-07-28 13:03:23 +0000
committerflorian <florian@openbsd.org>2017-07-28 13:03:23 +0000
commit2eb014afe8bae0be6719f8769b3ad1fcf60679f6 (patch)
treee07e8cd30b1c8af94dc566224d7ad26ba093bcf4 /usr.sbin/dvmrpctl
parentremove unused variables; pointed out by clang (diff)
downloadwireguard-openbsd-2eb014afe8bae0be6719f8769b3ad1fcf60679f6.tar.xz
wireguard-openbsd-2eb014afe8bae0be6719f8769b3ad1fcf60679f6.zip
remove unused variable; pointed out by clang
OK kettenis
Diffstat (limited to 'usr.sbin/dvmrpctl')
-rw-r--r--usr.sbin/dvmrpctl/parser.c3
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[] = {