1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-01 06:27:03 +03:00

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

@ -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;