diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/where.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/where.c b/src/where.c index bc63c53b5..f517150e1 100644 --- a/src/where.c +++ b/src/where.c @@ -6011,7 +6011,6 @@ WhereInfo *sqlite3WhereBegin( for(ii=0; ii<sWLB.pWC->nBase; ii++){ WhereTerm *pT = &sWLB.pWC->a[ii]; /* A term of the WHERE clause */ Expr *pX; /* The expression of pT */ - int ltoj; /* Left table of the join */ if( pT->wtFlags & TERM_VIRTUAL ) continue; pX = pT->pExpr; assert( pX!=0 ); |