wsproc: compile out dead code
Investigation is required to determine if this function should actually be used
This commit is contained in:
parent
87a0418643
commit
9a9bc518c1
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue