mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
inject.sh: remove unused function
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -263,16 +263,6 @@ extract_fsp()
|
||||
-o "${_dest%/*}" -n "Fsp.fd"
|
||||
}
|
||||
|
||||
fail_inject()
|
||||
{
|
||||
[ -L "$tmpromdel" ] || [ ! -d "$tmpromdel" ] || \
|
||||
rm -Rf "$tmpromdel" || :
|
||||
printf "\n\n%s\n\n" "$dontflash" 1>&2
|
||||
printf "WARNING: File '%s' was NOT modified.\n\n" "$archive" 1>&2
|
||||
printf "Please MAKE SURE vendor files are inserted before flashing\n\n"
|
||||
err_ "$1"
|
||||
}
|
||||
|
||||
inject()
|
||||
{
|
||||
need_files="n"
|
||||
|
||||
Reference in New Issue
Block a user