1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-27 20:41:58 +03:00

Removed unused variables.

FossilOrigin-Name: ca570a02f5c5215098050de4eb551b2dcd11b1fd
This commit is contained in:
icculus
2010-02-17 05:40:34 +00:00
parent 8e15802812
commit a3191195af
3 changed files with 22 additions and 23 deletions

View File

@ -1980,7 +1980,6 @@ struct pstate {
/* Parse a single token */
static void parseonetoken(struct pstate *psp)
{
char *endptr;
const char *x;
x = Strsafe(psp->tokenstart); /* Save the token permanently */
#if 0
@ -3576,7 +3575,7 @@ void ReportTable(
struct action *ap;
struct rule *rp;
struct acttab *pActtab;
int i, j, k, n;
int i, j, n;
const char *name;
int mnTknOfst, mxTknOfst;
int mnNtOfst, mxNtOfst;