widl: Fix warning about unused structure field in lexer.

oldstable
Dan Hipschman 2006-09-13 16:28:39 -07:00 committed by Alexandre Julliard
parent a472c83f91
commit 53a2819286
1 changed files with 0 additions and 1 deletions

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},