commit | 53a28192865d212021ff4f3a573dd78f80584be0 | [log] [tgz] |
---|---|---|
author | Dan Hipschman <dsh@linux.ucla.edu> | Wed Sep 13 16:28:39 2006 -0700 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Sep 14 11:39:37 2006 +0200 |
tree | 04035378558be00327cb17ce72db124e17ce6451 | |
parent | a472c83f9174e82ecd91dc37728afeba5a661fd5 [diff] |
widl: Fix warning about unused structure field in lexer.
diff --git a/tools/widl/parser.l b/tools/widl/parser.l index 21faf7b..17c97b8 100644 --- a/tools/widl/parser.l +++ b/tools/widl/parser.l
@@ -171,7 +171,6 @@ static struct keyword { const char *kw; int token; - int val; } keywords[] = { {"FALSE", tFALSE}, {"TRUE", tTRUE},