widl: Fix warning about unused structure field in lexer.

This commit is contained in:
Dan Hipschman 2006-09-13 16:28:39 -07:00 committed by Alexandre Julliard
parent a472c83f91
commit 53a2819286

View file

@ -171,7 +171,6 @@ int parser_wrap(void)
static struct keyword {
const char *kw;
int token;
int val;
} keywords[] = {
{"FALSE", tFALSE},
{"TRUE", tTRUE},