widl: Fix warning about unused structure field in lexer.
This commit is contained in:
parent
a472c83f91
commit
53a2819286
|
@ -171,7 +171,6 @@ int parser_wrap(void)
|
|||
static struct keyword {
|
||||
const char *kw;
|
||||
int token;
|
||||
int val;
|
||||
} keywords[] = {
|
||||
{"FALSE", tFALSE},
|
||||
{"TRUE", tTRUE},
|
||||
|
|
Loading…
Reference in New Issue