1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-12 13:01:09 +03:00

Remove a surplus local variable

FossilOrigin-Name: 91bc840eea2099273bd2c5d41a8410d628986643
This commit is contained in:
drh
2013-07-02 15:25:22 +00:00
parent 51576f4791
commit 0d08b93673
3 changed files with 8 additions and 9 deletions

View File

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