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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user