Initialize is not needed

This commit is contained in:
topjohnwu 2016-11-13 21:22:04 +08:00
parent 1f3b81338c
commit f8fdaf5c1f

View File

@ -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];