1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-12 13:01:09 +03:00

Remove the unused sqlite3_context.isStep element. (CVS 2156)

FossilOrigin-Name: 7b20f2b71f679e72b6cb3b78ccb31b4e7c4bd48b
This commit is contained in:
drh
2004-12-07 12:29:17 +00:00
parent 32c0d4f17b
commit 81db88e630
6 changed files with 16 additions and 21 deletions

View File

@@ -220,7 +220,6 @@ struct sqlite3_context {
Mem s; /* The return value is stored here */
void *pAgg; /* Aggregate context */
u8 isError; /* Set to true for an error */
u8 isStep; /* Current in the step function */
int cnt; /* Number of times that the step function has been called */
CollSeq *pColl;
};