]> git.sur5r.net Git - openldap/commitdiff
ITS#8117 cleanup prev commit
authorHoward Chu <hyc@openldap.org>
Wed, 29 Apr 2015 16:28:21 +0000 (17:28 +0100)
committerHoward Chu <hyc@openldap.org>
Wed, 29 Apr 2015 16:30:02 +0000 (17:30 +0100)
libraries/liblmdb/mdb.c

index acb0e449f5dd56cba824dfe6b068ab5bb59fd101..19705a0618f050659e63c74a3dde02176f453cdc 100644 (file)
@@ -7085,10 +7085,6 @@ mdb_xcursor_init1(MDB_cursor *mc, MDB_node *node)
        DPRINTF(("Sub-db -%u root page %"Z"u", mx->mx_cursor.mc_dbi,
                mx->mx_db.md_root));
        mx->mx_dbflag = DB_VALID|DB_DIRTY; /* DB_DIRTY guides mdb_cursor_touch */
-#if UINT_MAX < SIZE_MAX
-       if (mx->mx_dbx.md_cmp == mdb_cmp_int && mx->mx_db.md_pad == sizeof(size_t))
-               mx->mx_dbx.md_cmp = mdb_cmp_clong;
-#endif
 }
 
 /** Initialize a cursor for a given transaction and database. */