1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-01 06:27:03 +03:00

Remove accidental global variable "doclist" from fts3Int.h.

FossilOrigin-Name: f244b2f3959e86fac555b91438cfe90528ab1648
This commit is contained in:
dan
2011-07-07 07:37:53 +00:00
parent b0a43057fb
commit f443e317f7
3 changed files with 8 additions and 8 deletions

View File

@ -297,7 +297,7 @@ struct Fts3Doclist {
int bFreeList; /* True if pList should be sqlite3_free()d */
char *pList; /* Pointer to position list following iDocid */
int nList; /* Length of position list */
} doclist;
};
/*
** A "phrase" is a sequence of one or more tokens that must match in