diff options
author | Leah Rowe <leah@libreboot.org> | 2025-05-06 04:49:56 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-05-06 04:49:56 +0100 |
commit | 4c1de1ad1267f74ed28cdb0a7c2cc06d52949dda (patch) | |
tree | 4dd44a029071e97573647bd0d167edcdb77c0c1a /include | |
parent | 282b939d9dae58f2ef128b3a866ba8640f87739b (diff) |
inject.sh: remove unused function
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/inject.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/inject.sh b/include/inject.sh index 5c5e1e1c..3cfe891c 100644 --- a/include/inject.sh +++ b/include/inject.sh @@ -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" |