wsproc: compile out dead code

Investigation is required to determine if this function should
actually be used
This commit is contained in:
Aaron Jones 2016-06-01 20:15:07 +00:00
parent 87a0418643
commit 9a9bc518c1
No known key found for this signature in database
GPG Key ID: 6E854C0FAAD4CEA4
1 changed files with 2 additions and 0 deletions

View File

@ -163,6 +163,7 @@ restart_wsockd(void)
start_wsockd(ServerInfo.wsockd_count);
}
#if 0
static void
ws_killall(void)
{
@ -181,6 +182,7 @@ ws_killall(void)
free_ws_daemon(ctl);
}
}
#endif
static void
ws_dead(ws_ctl_t * ctl)