summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-09-11 19:45:14 +0100
committerLeah Rowe <leah@libreboot.org>2026-09-11 19:45:14 +0100
commitf648167b9f4216446bb916698d130e5b657e2e5b (patch)
tree69731cf35b3b874c25143b3706995254f4c316e8 /include
parent36fef51e8fe76908ba09b2dba3e0fb898834d094 (diff)
rom.sh: remove redundant TODO
the code is correct. no TODO needed here. Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include')
-rw-r--r--include/rom.sh3
1 files changed, 0 insertions, 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