summaryrefslogtreecommitdiff
path: root/storage/tokudb/ft-index/src/tests/inflate.cc
diff options
context:
space:
mode:
Diffstat (limited to 'storage/tokudb/ft-index/src/tests/inflate.cc')
-rw-r--r--storage/tokudb/ft-index/src/tests/inflate.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/storage/tokudb/ft-index/src/tests/inflate.cc b/storage/tokudb/ft-index/src/tests/inflate.cc
index 5a727544be5..8311b591c86 100644
--- a/storage/tokudb/ft-index/src/tests/inflate.cc
+++ b/storage/tokudb/ft-index/src/tests/inflate.cc
@@ -165,11 +165,7 @@ delete_n (uint32_t ah)
DBT key;
dbt_init(&key, &an, 4);
int r = db->del(db, NULL, &key, DB_DELETE_ANY);
-#ifdef USE_BDB
- assert(r==0 || r==DB_NOTFOUND);
-#else
CKERR(r);
-#endif
}
static void