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

Remove some commented-out code that was mistakenly left in the previous

check-in.

FossilOrigin-Name: b4a5dbad36bceabc5c5350e7676af6ad42de04eb
This commit is contained in:
drh
2013-06-06 19:25:42 +00:00
parent 70d1834483
commit e3be82cf18
3 changed files with 7 additions and 10 deletions

View File

@@ -314,9 +314,6 @@ struct WhereMaskSet {
*/
struct WhereLoopBuilder {
WhereInfo *pWInfo; /* Information about this WHERE */
// sqlite3 *db; /* Database connection */
// Parse *pParse; /* Parsing context */
// SrcList *pTabList; /* FROM clause */
WhereClause *pWC; /* WHERE clause terms */
ExprList *pOrderBy; /* ORDER BY clause */
WhereLoop *pNew; /* Template WhereLoop */