From 45b0bf5bc550e33e886efb972ab6eb370505c16b Mon Sep 17 00:00:00 2001 From: topjohnwu Date: Thu, 21 Jun 2018 01:48:46 +0800 Subject: [PATCH] Remove unnecessary variable --- scripts/util_functions.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/util_functions.sh b/scripts/util_functions.sh index 02ac3efee..58c462bca 100644 --- a/scripts/util_functions.sh +++ b/scripts/util_functions.sh @@ -8,7 +8,6 @@ ########################################################################################## #MAGISK_VERSION_STUB -SCRIPT_VERSION=$MAGISK_VER_CODE # Detect whether in boot mode ps | grep zygote | grep -v grep >/dev/null && BOOTMODE=true || BOOTMODE=false