1
mirror of https://github.com/topjohnwu/Magisk synced 2024-09-27 18:43:19 +02:00

Code clean up

This commit is contained in:
LoveSy 2024-01-31 00:21:37 +08:00 committed by John Wu
parent cc044ccc4c
commit 356ee1febd

View File

@ -16,7 +16,6 @@ using namespace std;
string native_bridge = "0"; string native_bridge = "0";
static bool is_compatible_with(uint32_t) { static bool is_compatible_with(uint32_t) {
auto name = get_prop(NBPROP);
zygisk_logging(); zygisk_logging();
hook_functions(); hook_functions();
ZLOGD("load success\n"); ZLOGD("load success\n");