From: reyk Date: Tue, 19 Jul 2016 18:09:39 +0000 (+0000) Subject: Remove unused variable X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=9a845253a8ece00fd578caacef7a6c377c052e1f;p=openbsd Remove unused variable --- diff --git a/usr.sbin/switchctl/parser.c b/usr.sbin/switchctl/parser.c index ee671c8adb6..2ec8153b0b6 100644 --- a/usr.sbin/switchctl/parser.c +++ b/usr.sbin/switchctl/parser.c @@ -1,4 +1,4 @@ -/* $OpenBSD: parser.c,v 1.1 2016/07/19 16:54:26 reyk Exp $ */ +/* $OpenBSD: parser.c,v 1.2 2016/07/19 18:09:39 reyk Exp $ */ /* * Copyright (c) 2010-2013 Reyk Floeter @@ -91,12 +91,6 @@ static const struct token t_load[] = { { ENDTOKEN, "", NONE, NULL } }; -static const struct token t_opt_path[] = { - { NOTOKEN, "", NONE, NULL }, - { PATH, "", NONE, NULL }, - { ENDTOKEN, "", NONE, NULL } -}; - static const struct token t_show[] = { { KEYWORD, "summary", SHOW_SUM, NULL }, { KEYWORD, "switches", SHOW_SWITCHES, NULL },