From cf78583a6d8b4fe744c0872c82e7cca011899188 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Tue, 6 May 2025 19:32:18 +0100 Subject: 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 --- include/inject.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'include') 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="" -- cgit v1.2.1