1
0
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:
drh
2012-05-11 11:28:40 +00:00
parent 5cfed52dd1
commit dd9819c4c1
3 changed files with 8 additions and 9 deletions

View File

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