Remove unused variable
authorreyk <reyk@openbsd.org>
Tue, 19 Jul 2016 18:09:39 +0000 (18:09 +0000)
committerreyk <reyk@openbsd.org>
Tue, 19 Jul 2016 18:09:39 +0000 (18:09 +0000)
usr.sbin/switchctl/parser.c

index ee671c8..2ec8153 100644 (file)
@@ -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 <reyk@openbsd.org>
@@ -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 },