diff --git a/ircd/wsproc.c b/ircd/wsproc.c index 83b93a6d..2a0d34ac 100644 --- a/ircd/wsproc.c +++ b/ircd/wsproc.c @@ -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)