Ignore non-negative driver_async return values

This commit is contained in:
Alexey Romanov
2014-10-17 23:04:30 +04:00
parent 7e33050475
commit 16ddd2cd03
2 changed files with 8 additions and 6 deletions

View File

@@ -61,7 +61,6 @@ typedef struct sqlite3_drv_t {
unsigned int key;
struct sqlite3 *db;
char* db_name;
long async_handle;
FILE *log;
sqlite3_stmt **prepared_stmts;
unsigned int prepared_count;