diff options
Diffstat (limited to 'dist/sqlite3.h')
-rw-r--r-- | dist/sqlite3.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dist/sqlite3.h b/dist/sqlite3.h index 55c1d67..fc9cd07 100644 --- a/dist/sqlite3.h +++ b/dist/sqlite3.h @@ -406,9 +406,6 @@ SQLITE_API int sqlite3_exec( #define SQLITE_FORMAT 24 /* Auxiliary database format error */ #define SQLITE_RANGE 25 /* 2nd parameter to sqlite3_bind out of range */ #define SQLITE_NOTADB 26 /* File opened that is not a database file */ -// Begin Android Add -#define SQLITE_UNCLOSED 27 /* db can't be closed due unfinalized stmts */ -// End Android Add #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */ #define SQLITE_DONE 101 /* sqlite3_step() has finished executing */ /* end-of-error-codes */ |