From 13ad0aedccb29f11e3238f3319d00d9ac15d5a85 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Mon, 5 Sep 2011 16:20:31 -0700 Subject: [PATCH] More merge fix --- libraries/libmdb/mdb.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libraries/libmdb/mdb.c b/libraries/libmdb/mdb.c index 7e77026bd2..bf09af860c 100644 --- a/libraries/libmdb/mdb.c +++ b/libraries/libmdb/mdb.c @@ -2577,8 +2577,6 @@ set1: rc = 0; goto set2; } - rc = cursor->mc_txn->mt_dbxs[cursor->mc_dbi].md_cmp(key, &nodekey); - if (rc <= 0) goto set1; } /* If any parents have right-sibs, search. * Otherwise, there's nothing further. -- 2.39.5