Omit the unused yyzerominor constant.

FossilOrigin-Name: 60ad68a9f569d2446d76a6453be4fa1c4ed2cd93
This commit is contained in:
drh 2016-02-19 13:19:22 +00:00
parent 92b859292d
commit 51381c208e
3 changed files with 8 additions and 12 deletions

View File

@ -1,5 +1,5 @@
C Add\san\s"#ifndef\sSQLITE_AMALGAMATION"\sguard\saround\sa\stypedef\sin\sfts5_test_mi.c\sto\savoid\sredefining\s"u32"\sif\sit\sis\scompiled\sas\spart\sof\sthe\samalgamation.
D 2016-02-19T10:18:36.453
C Omit\sthe\sunused\syyzerominor\sconstant.
D 2016-02-19T13:19:22.204
F Makefile.in 4e90dc1521879022aa9479268a4cd141d1771142
F Makefile.linux-gcc 7bc79876b875010e8c8f9502eb935ca92aa3c434
F Makefile.msc 30f075dc4f27a07abb76088946b2944178d85347
@ -1380,7 +1380,7 @@ F tool/genfkey.README cf68fddd4643bbe3ff8e31b8b6d8b0a1b85e20f4
F tool/genfkey.test 4196a8928b78f51d54ef58e99e99401ab2f0a7e5
F tool/getlock.c f4c39b651370156cae979501a7b156bdba50e7ce
F tool/lemon.c 251f5c3f21b553240cbdd42dd187a51bb2372cd3
F tool/lempar.c 5f626c741e034da827b4224d0c68eaf6d8fcc72c
F tool/lempar.c d5114c7d13aa3af1e27ff3d02e4dea6eadec7ddf
F tool/loadfts.c c3c64e4d5e90e8ba41159232c2189dba4be7b862
F tool/logest.c eef612f8adf4d0993dafed0416064cf50d5d33c6
F tool/mkautoconfamal.sh c78caa3214f25dc28ea157b5a82abb311f209906
@ -1428,7 +1428,7 @@ F tool/vdbe_profile.tcl 246d0da094856d72d2c12efec03250d71639d19f
F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4
F tool/warnings.sh a98af506df552f3b3c0d904f94e4cdc4e1a6d598
F tool/win/sqlite.vsix deb315d026cc8400325c5863eef847784a219a2f
P b9626b5954068ae2e7733dd14f906a1f6d7090a5
R da0a6cae91db1fce2dac362cc1366301
U dan
Z 070f4a73f6ec42ddf571ffbbc3f021c2
P f9c49ba1edf13cb8c48d73f1b2e3f80c46b3c030
R c2e30a818a1524ebcac066213d2c2f9a
U drh
Z d1500e5cad7d5894b150d951c2ce99ae

View File

@ -1 +1 @@
f9c49ba1edf13cb8c48d73f1b2e3f80c46b3c030
60ad68a9f569d2446d76a6453be4fa1c4ed2cd93

View File

@ -87,10 +87,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.
**