btree/balance: remove obsolete todo

This commit is contained in:
Jussi Saurio
2025-07-10 14:58:00 +03:00
parent 0316b5a517
commit 475bced4f7

View File

@@ -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.