]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Remove the sqlite3Assert() function. The ALWAYS() and NEVER() macros call
authordrh <drh@noemail.net>
Wed, 24 Jun 2009 10:26:32 +0000 (10:26 +0000)
committerdrh <drh@noemail.net>
Wed, 24 Jun 2009 10:26:32 +0000 (10:26 +0000)
commit2de80f4c502f6919e9b6b4e7d5e0ab78efc2e0db
tree4f720966f4a93c60ad8e9886b348404e98c84eef
parent13bd99fa4311295955e5b63c0b092705855a6a3b
Remove the sqlite3Assert() function.  The ALWAYS() and NEVER() macros call
assert() directly when compiled with SQLITE_DEBUG. (CVS 6809)

FossilOrigin-Name: d8fc373fef22311e1c6b5bce6d3e601217a69940
manifest
manifest.uuid
src/sqliteInt.h
src/util.c