From 7b89447239f1971547d44adfede31d113066784f Mon Sep 17 00:00:00 2001 From: Hongze Cheng Date: Wed, 23 Mar 2022 07:57:15 +0000 Subject: [PATCH] more TDB --- source/libs/tdb/src/db/tdbBtree.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/source/libs/tdb/src/db/tdbBtree.c b/source/libs/tdb/src/db/tdbBtree.c index 98b9455d13..c6270d6047 100644 --- a/source/libs/tdb/src/db/tdbBtree.c +++ b/source/libs/tdb/src/db/tdbBtree.c @@ -733,14 +733,6 @@ static int tdbBtreeBalanceNonRoot(SBTree *pBt, SPage *pParent, int idx) { nNewCells++; } } - - if (nNewCells == infoNews[iNew].cnt) { - if (childNotLeaf) { - // TODO - } else { - // TODO - } - } } }