Commit f8fdaf5c authored by topjohnwu's avatar topjohnwu

Initialize is not needed

parent 1f3b8133
......@@ -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];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment