Do not need to check pkg in magisk_env

This commit is contained in:
topjohnwu 2023-11-05 23:02:40 -08:00
parent 4985314ca6
commit 75e37be6f3
1 changed files with 0 additions and 2 deletions

View File

@ -222,8 +222,6 @@ static bool magisk_env() {
LOGI("* Initializing Magisk environment\n");
preserve_stub_apk();
string pkg;
get_manager(0, &pkg);
// Directories in /data/adb
xmkdir(DATABIN, 0755);