-/* $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>
{ 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 },