delete u-boot test/lib/strlcat.c using nuke()

we don't need to do it in the release function

Signed-off-by: Leah Rowe <leah@libreboot.org>
audit2-merge1
Leah Rowe 2024-05-30 07:37:19 +01:00 committed by Leah Rowe
parent cdce8ba70b
commit a36504aa31
1 changed files with 0 additions and 1 deletions

1
build
View File

@ -134,7 +134,6 @@ fetch_trees()
[ ! -f "$x" ] || [ -L "$xp" ] || x_ rm -Rf "src/$xp/$xp" [ ! -f "$x" ] || [ -L "$xp" ] || x_ rm -Rf "src/$xp/$xp"
done done
rmgit . rmgit .
rm -Rf tmp .git src/u-boot/*/test/lib/strlcat.c || $err "$_xm !rm"
} }
fail() fail()