From b67bdbb13b4f2b9bb94aa8126bfca8a375542b2e Mon Sep 17 00:00:00 2001 From: Christopher Haster Date: Fri, 18 Jul 2025 14:39:15 -0500 Subject: [PATCH] Dropped an outdated TODO comment The isempty check has already been deduplicated. Deduplicating this more starts to code smell. --- lfs3.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lfs3.c b/lfs3.c index 040586c3..930f7aa0 100644 --- a/lfs3.c +++ b/lfs3.c @@ -10955,7 +10955,6 @@ int lfs3_rename(lfs3_t *lfs3, const char *old_path, const char *new_path) { // if our destination is a directory, we will be implicitly removing // the directory, we need to create a grm for this if (new_tag == LFS3_TAG_DIR) { - // TODO deduplicate the isempty check with lfs3_remove? // first lets figure out the did lfs3_data_t data_; lfs3_stag_t tag_ = lfs3_mdir_lookup(lfs3, &new_mdir, LFS3_TAG_DID,