]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Remove the unused second argument from sqlite3ExprCachePop(). Add an
authordrh <drh@noemail.net>
Sun, 13 Apr 2014 19:28:15 +0000 (19:28 +0000)
committerdrh <drh@noemail.net>
Sun, 13 Apr 2014 19:28:15 +0000 (19:28 +0000)
commitd2490904507b0f9abeb077a40c2d91ad3a222f7f
treeee6ebcedc1a77084ac599f31f915debd43bf0a85
parent87744513e7374cae5f2df94d4ac1b014483683bc
Remove the unused second argument from sqlite3ExprCachePop().  Add an
ALWAYS() on an always-true conditional in sqlite3VdbeResolveLabel().

FossilOrigin-Name: ab23abf392175d3e256ff619b13abbbe732a49ed
manifest
manifest.uuid
src/delete.c
src/expr.c
src/sqliteInt.h
src/vdbeaux.c
src/where.c