mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-24 08:21:29 +03:00
Fix a harmless compiler warning.
FossilOrigin-Name: 2b77301b9613c7caa02147095d728fd5b65dd120
This commit is contained in:
@@ -1725,7 +1725,6 @@ static int isSortingIndex(
|
||||
&& !referencesOtherTables(pOrderBy, pMaskSet, j, base)
|
||||
){
|
||||
Column *aCol = pIdx->pTable->aCol;
|
||||
int i;
|
||||
|
||||
/* All terms of this index match some prefix of the ORDER BY clause,
|
||||
** the index is UNIQUE, and no terms on the tail of the ORDER BY
|
||||
|
||||
Reference in New Issue
Block a user