1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-18 10:21:03 +03:00

Remove unused code and fix comments. Final cleanup before merging.

FossilOrigin-Name: ce42039f5647b1f276acf5d9911528ecb47df1544a587def72c8cd6b2f664289
This commit is contained in:
drh
2021-12-09 19:42:52 +00:00
parent a11c5e22b5
commit 5a4ac1cc30
8 changed files with 25 additions and 64 deletions

View File

@@ -1371,7 +1371,7 @@ static void whereApplyPartialIndexConstraints(
**
** We know that an inner loop uses a Bloom filter because it has the
** WhereLevel.regFilter set. If an inner-loop Bloom filter is checked,
** then clear the WhereLoeve.regFilter value to prevent the Bloom filter
** then clear the WhereLevel.regFilter value to prevent the Bloom filter
** from being checked a second time when the inner loop is evaluated.
*/
static SQLITE_NOINLINE void filterPullDown(