From ab9088ad2edc394ea9d78050604cc10d7a36ee9f Mon Sep 17 00:00:00 2001 From: Aaron Jones Date: Wed, 1 Jun 2016 20:15:07 +0000 Subject: [PATCH] wsproc: compile out dead code Investigation is required to determine if this function should actually be used --- ircd/wsproc.c | 2 ++ 1 file changed, 2 insertions(+) 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)