inject.sh: Remove unnecessary check

_dest is already checked in the calling function fetch(),
after extract_tbfw() has been called.

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2025-05-05 06:21:04 +01:00
parent 8bb3f6cfc8
commit d083840ca0
-1
View File
@@ -245,7 +245,6 @@ extract_sch5545ec()
extract_tbfw()
{
chkvars TBFW_size && fe_ copy_tbfw "$appdir" -type f -name "TBT.bin"
[ -f "$_dest" ] || err "$board: Could not extract tbfw"; :
}
copy_tbfw()