]> git.sur5r.net Git - openldap/commit
Drop unneeded code.
authorHallvard Furuseth <hallvard@openldap.org>
Mon, 23 Sep 2013 18:21:11 +0000 (20:21 +0200)
committerHallvard Furuseth <hallvard@openldap.org>
Mon, 23 Sep 2013 18:21:11 +0000 (20:21 +0200)
commite3f6c152c5ab1a9810a1d3ed7de9a3252ff9e35a
tree395ae4a729904cdbbcfd68a7a78b3244abc8b796
parent2980bd30f5e7dcb5918ac26d82f658ddb05eabe7
Drop unneeded code.

MDB_txn.mt_toggle: Use (mt_txnid & 1) instead.
Drop error checks which will be repeated.
mdb_cursor_set(): Turn assert into if/return to match the above.
mdb_cursor_del(): 'flags' are now used as bitflags.
libraries/liblmdb/mdb.c