mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-24 17:47:38 +00:00
Initialize is not needed
This commit is contained in:
parent
1f3b81338c
commit
f8fdaf5c1f
@ -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];
|
||||
|
Loading…
x
Reference in New Issue
Block a user