Experiment: Always delete the root

This commit is contained in:
Ed Hennis
2025-04-15 09:55:44 -04:00
parent f48488b8f7
commit 90487310bf

View File

@@ -210,6 +210,7 @@ ApplyView::dirRemove(
uint256 const& key,
bool keepRoot)
{
keepRoot = false;
auto node = peek(keylet::page(directory, page));
if (!node)