From 475bced4f7fec96384c5fa0c5ba8972de48db733 Mon Sep 17 00:00:00 2001 From: Jussi Saurio Date: Thu, 10 Jul 2025 14:58:00 +0300 Subject: [PATCH] btree/balance: remove obsolete todo --- core/storage/btree.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/core/storage/btree.rs b/core/storage/btree.rs index c7e5c6748..b3948084c 100644 --- a/core/storage/btree.rs +++ b/core/storage/btree.rs @@ -5481,7 +5481,6 @@ impl PageStack { /// Used for redistributing cells during a balance operation. struct CellArray { /// The actual cell data. - /// TODO(pere): make this with references cell_payloads: Vec<&'static mut [u8]>, /// Prefix sum of cells in each page.