Commit 53a28192 authored by Dan Hipschman's avatar Dan Hipschman Committed by Alexandre Julliard

widl: Fix warning about unused structure field in lexer.

parent a472c83f
......@@ -171,7 +171,6 @@ int parser_wrap(void)
static struct keyword {
const char *kw;
int token;
int val;
} keywords[] = {
{"FALSE", tFALSE},
{"TRUE", tTRUE},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment