diff options
author | Leah Rowe <leah@libreboot.org> | 2025-05-06 19:32:18 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-05-06 19:32:18 +0100 |
commit | cf78583a6d8b4fe744c0872c82e7cca011899188 (patch) | |
tree | c9077fc57d22153bd248159aac985e8e21e952e1 /include/inject.sh | |
parent | 5657cc1afb326b5b902dc8eb7fd584a15a38ca37 (diff) |
inject.sh: remove unnecessary check
the call stack already falls through with a bunch of return
1s after a successful run of me_cleaner, so it's really not
necessary.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/inject.sh')
-rw-r--r-- | include/inject.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/inject.sh b/include/inject.sh index 0fcd6977..347d2d3b 100644 --- a/include/inject.sh +++ b/include/inject.sh @@ -165,7 +165,6 @@ extract_intel_me() extract_intel_me_bruteforce() { [ -L "$1" ] && return 0 - e "$_metmp" f && x_ && return 1 _r="-r" && [ -n "$mfs" ] && _r="" |