remove misleading comment

This commit is contained in:
Nikita Sivukhin 2025-02-08 21:29:09 +04:00
parent fc502b86c7
commit eec0493c60

View file

@ -1057,11 +1057,6 @@ impl BTreeCursor {
.clone();
match state {
WriteState::BalanceStart => {
// drop divider cells and find right pointer
// NOTE: since we are doing a simple split we only finding the pointer we want to update (right pointer).
// Right pointer means cell that points to the last page, as we don't really want to drop this one. This one
// can be a "rightmost pointer" or a "cell".
// we always asumme there is a parent
let current_page = self.stack.top();
{
// check if we don't need to balance