From ec5108b2e5fde31764eff4daa02cce6ab75ee78d Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Sun, 20 Mar 2016 12:33:07 -0500 Subject: [PATCH] Lemon update 2016-02-19 13:19:22 on branch trunk - Omit the unused yyzerominor constant. (user: drh) --- tools/lemon/lempar.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tools/lemon/lempar.c b/tools/lemon/lempar.c index f17d6eea3..4c14a8fb9 100644 --- a/tools/lemon/lempar.c +++ b/tools/lemon/lempar.c @@ -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. **