From 9a1ce1be478f462e96e85177911c999345096ff9 Mon Sep 17 00:00:00 2001 From: Christopher Haster Date: Tue, 3 Jan 2023 22:50:55 -0600 Subject: [PATCH] Removed erroneous new red edges on deletion --- lfs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs.c b/lfs.c index 76372fe1..8ec99eb6 100644 --- a/lfs.c +++ b/lfs.c @@ -2259,7 +2259,7 @@ static int lfs_rbyd_delete(lfs_t *lfs, lfs_rbyd_t *rbyd_, return err; } - lfs_rbyd_p_red(p_alts, p_jumps); + // lfs_rbyd_p_red(p_alts, p_jumps); these should not be here } if (upper_tag_ != tag // TODO need this check? @@ -2279,7 +2279,7 @@ static int lfs_rbyd_delete(lfs_t *lfs, lfs_rbyd_t *rbyd_, return err; } - lfs_rbyd_p_red(p_alts, p_jumps); + // lfs_rbyd_p_red(p_alts, p_jumps); these should not be here } // flush any pending alts