Remove useless code (historical)

This commit is contained in:
Jim Wu 2020-11-27 20:48:51 +08:00 committed by GitHub
parent e9945829aa
commit cbe82f66a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 9 deletions

View File

@ -285,14 +285,6 @@ if [[ "${OLD_MAGISK}" == true ]]; then
rm "${MODPATH}"/sepolicy.rule
fi
#echo "- Mounted persist:" >&2
#mount | grep persist >&2
#if [[ "${NO_PERSIST}" == true ]]; then
# ui_print "- Persist not detected, remove SEPolicy rule"
# rm ${MODPATH}/sepolicy.rule
#fi
ui_print "- Copying framework libraries"
mv "${MODPATH}/system/framework/eddalvikdx.dex" "${MODPATH}/system/framework/${JAR_EDDALVIKDX}"
@ -367,4 +359,4 @@ if [ "$MAGISK_VER_CODE" -lt 21006 ]; then
ui_print "- Magisk version below 21006."
ui_print "- You have to manually reboot twice."
ui_print "*******************************"
fi
fi