aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordan <Dan Kennedy>2023-04-25 14:54:18 +0000
committerdan <Dan Kennedy>2023-04-25 14:54:18 +0000
commit77a159212b59a578fd3e2bb82c4a826616148ad0 (patch)
tree3ba921b183792f9aa845f493ba59a8e7bf504d18 /src
parent0941ea8a62991ab5725ff729fd4d8cacce1434e1 (diff)
downloadsqlite-77a159212b59a578fd3e2bb82c4a826616148ad0.tar.gz
sqlite-77a159212b59a578fd3e2bb82c4a826616148ad0.zip
Remove unused variable ltoj accidentally added by [1783655e].
FossilOrigin-Name: faa1575ce0a39a2335a77057e8769a4e67aedd6326b4627988d03f0cb21fc39a
Diffstat (limited to 'src')
-rw-r--r--src/where.c1
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 );