From f648167b9f4216446bb916698d130e5b657e2e5b Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Fri, 11 Sep 2026 19:45:14 +0100 Subject: [PATCH] rom.sh: remove redundant TODO the code is correct. no TODO needed here. Signed-off-by: Leah Rowe --- include/rom.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/rom.sh b/include/rom.sh index bb5606f9..cf7c0150 100644 --- a/include/rom.sh +++ b/include/rom.sh @@ -104,10 +104,7 @@ check_coreboot_util() x_ make -C "$utilsrcdir" $utilmode -j$XBMK_THREADS $makeargs if [ -n "$mode" ]; then - # TODO: is this rm command needed? - x_ rm -Rf "$utilelfdir" - return 0 elif [ -n "$mode" ] || [ -f "$utilelfdir/$1" ]; then return 0