aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2013-07-02 15:25:22 +0000
committerdrh <drh@noemail.net>2013-07-02 15:25:22 +0000
commit0d08b936730d1909f0b6949de2b7aee57c4756df (patch)
tree14d7e8b581cd52a6ba7e42a478d4d93a1095a901 /src
parent51576f4791e169f3f271c960444b8a0a46183864 (diff)
downloadsqlite-0d08b936730d1909f0b6949de2b7aee57c4756df.tar.gz
sqlite-0d08b936730d1909f0b6949de2b7aee57c4756df.zip
Remove a surplus local variable
FossilOrigin-Name: 91bc840eea2099273bd2c5d41a8410d628986643
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 f6360bc26..f00a5eb81 100644
--- a/src/where.c
+++ b/src/where.c
@@ -5863,7 +5863,6 @@ WhereInfo *sqlite3WhereBegin(
Table *pTab; /* Table to open */
int iDb; /* Index of database containing table/index */
struct SrcList_item *pTabItem;
- WhereLoop *pLoop;
pTabItem = &pTabList->a[pLevel->iFrom];
pTab = pTabItem->pTab;