Lemon update 2016-02-19 13:19:22 on branch trunk

- Omit the unused yyzerominor constant. (user: drh)
This commit is contained in:
Randy Heit 2016-03-20 12:33:07 -05:00
parent 4a24f7adcf
commit ec5108b2e5
1 changed files with 0 additions and 4 deletions

View File

@ -97,10 +97,6 @@
%%
/************* End control #defines *******************************************/
/* The yyzerominor constant is used to initialize instances of
** YYMINORTYPE objects to zero. */
static const YYMINORTYPE yyzerominor = { 0 };
/* Define the yytestcase() macro to be a no-op if is not already defined
** otherwise.
**