mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-08-11 15:17:46 +00:00
Initialize is not needed
This commit is contained in:
@@ -152,8 +152,6 @@ void quit_pthread(int sig) {
|
||||
|
||||
void *monitor_list(void *listpath) {
|
||||
signal(SIGQUIT, quit_pthread);
|
||||
// Initial load
|
||||
update_list((char*) listpath);
|
||||
|
||||
int inotifyFd = -1;
|
||||
char buffer[512];
|
||||
|
Reference in New Issue
Block a user