Bug 386179, Stop using sqlite3ApiExit, r=sdwilsh

This commit is contained in:
flamingice@sourmilk.net 2007-07-24 19:18:54 -07:00
Родитель b43bdb6b9c
Коммит d27e310053
3 изменённых файлов: 0 добавлений и 5 удалений

Просмотреть файл

@ -155,5 +155,4 @@ EXPORTS sqlite3_aggregate_context
sqlite3_value_type
sqlite3_version
sqlite3_vmprintf
sqlite3ApiExit ;needed by mozStorage
sqlite3Os DATA ;needed by mozStorage

Просмотреть файл

@ -72,7 +72,6 @@ struct ThreadData;
** See definition in util.c
*/
struct sqlite3;
int sqlite3ApiExit(sqlite3 *db, int);
/*

Просмотреть файл

@ -1571,9 +1571,6 @@ ProcessAsyncMessages()
AsyncQueueLast = nsnull;
AsyncQueueFirst = message->mNext;
nsMemory::Free(message);
// free any out-of-memory flags in the library
sqlite3ApiExit(nsnull, 0);
}
// Drop the queue mutex before continuing to the next write operation
// in order to give other threads a chance to work with the write queue