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 aa7b99eb77
commit ab9088ad2e
No known key found for this signature in database
GPG key ID: 6E854C0FAAD4CEA4

View file

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