From 2eb014afe8bae0be6719f8769b3ad1fcf60679f6 Mon Sep 17 00:00:00 2001 From: florian Date: Fri, 28 Jul 2017 13:03:23 +0000 Subject: remove unused variable; pointed out by clang OK kettenis --- usr.sbin/dvmrpctl/parser.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.sbin/dvmrpctl') 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 @@ -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[] = { -- cgit v1.2.3-59-g8ed1b