Remove an unused local variable from Lemon.

FossilOrigin-Name: fe9ffe5eed7d376f3f08c78c1ce5514c886f3479
This commit is contained in:
drh 2015-09-08 21:16:46 +00:00
parent a46a4a63de
commit 0c6dfaa34a
3 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
C Enhance\sthe\sDBSTAT\svirtual\stable\swith\sa\snew\shidden\stable\s"schema"\sthat\sif\nset\swill\scause\sthe\stable\sto\sreport\son\sthe\sspecified\sschema\srather\sthan\son\n"main".\s\sAlso:\s\sFix\sa\sfaulty\sassert\sin\ssqlite3_context_db_handle().
D 2015-09-08T21:12:53.186
C Remove\san\sunused\slocal\svariable\sfrom\sLemon.
D 2015-09-08T21:16:46.221
F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
F Makefile.in f85066ce844a28b671aaeeff320921cd0ce36239
F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
@ -1338,7 +1338,7 @@ F tool/fuzzershell.c f2fc86dd22df654b28851b85019d3bd007361751
F tool/genfkey.README cf68fddd4643bbe3ff8e31b8b6d8b0a1b85e20f4
F tool/genfkey.test 4196a8928b78f51d54ef58e99e99401ab2f0a7e5
F tool/getlock.c f4c39b651370156cae979501a7b156bdba50e7ce
F tool/lemon.c d7c82de603f5cd5a8b84a522f8170a73d00dce68
F tool/lemon.c 039f813b520b9395740c52f9cbf36c90b5d8df03
F tool/lempar.c 3617143ddb9b176c3605defe6a9c798793280120
F tool/loadfts.c c3c64e4d5e90e8ba41159232c2189dba4be7b862
F tool/logest.c eef612f8adf4d0993dafed0416064cf50d5d33c6
@ -1383,7 +1383,7 @@ F tool/vdbe_profile.tcl 67746953071a9f8f2f668b73fe899074e2c6d8c1
F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4
F tool/warnings.sh 48bd54594752d5be3337f12c72f28d2080cb630b
F tool/win/sqlite.vsix deb315d026cc8400325c5863eef847784a219a2f
P 06f90bb274c4bb0c30585024c8d365d43c4162f2
R 0484df860261efad073810ad511e031a
P 6beb512c7a3c3649b56f0df1ca77855535a87ba7
R 0ee50599e53bafcea0ab0d2587bdc748
U drh
Z 217b27586d12b1e6acf8f38c50e52968
Z b332ec0feed7e0dc71dd5e410ae1a5f1

View File

@ -1 +1 @@
6beb512c7a3c3649b56f0df1ca77855535a87ba7
fe9ffe5eed7d376f3f08c78c1ce5514c886f3479

View File

@ -4302,7 +4302,7 @@ void CompressTables(struct lemon *lemp)
struct state *stp;
struct action *ap, *ap2;
struct rule *rp, *rp2, *rbest;
int nbest, n, nshift;
int nbest, n;
int i;
int usesWildcard;