1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-16 23:02:26 +03:00

Remove two obsolete fields from the sqlite3 object.

FossilOrigin-Name: 117fa5fbc9bed1a7b982c8ddc21b7e228905ccb4
This commit is contained in:
drh
2013-09-12 01:33:53 +00:00
parent 61b7060c4f
commit 4a1f4ff53b
3 changed files with 8 additions and 10 deletions

View File

@@ -921,8 +921,6 @@ struct sqlite3 {
void(*xCollNeeded16)(void*,sqlite3*,int eTextRep,const void*);
void *pCollNeededArg;
sqlite3_value *pErr; /* Most recent error message */
char *zErrMsg; /* Most recent error message (UTF-8 encoded) */
char *zErrMsg16; /* Most recent error message (UTF-16 encoded) */
union {
volatile int isInterrupted; /* True if sqlite3_interrupt has been called */
double notUsed1; /* Spacer */