rom.sh: remove redundant TODO

the code is correct. no TODO needed here.

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-09-11 19:45:14 +01:00
parent 36fef51e8f
commit f648167b9f
-3
View File
@@ -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