]> jfr.im git - solanum.git/blobdiff - ircd/ircd_signal.c
doc/reference.conf: document the auth::umodes configuration option
[solanum.git] / ircd / ircd_signal.c
index 2c4070c1fe22246b6fc87eb0381fd5a43dc2bea1..22472529d6890ef1600486aabd6d924e52f46a33 100644 (file)
@@ -26,9 +26,6 @@
 #include "s_conf.h"
 #include "client.h"
 #include "send.h"
-
-#ifndef _WIN32
-
 #include <sys/types.h>
 #include <sys/wait.h>
 
@@ -179,17 +176,3 @@ setup_signals()
 
        sigprocmask(SIG_UNBLOCK, &sigs, NULL);
 }
-
-#else
-void
-setup_signals()
-{
-/* this is a stub for mingw32 */
-}
-
-void
-setup_reboot_signals()
-{
-/* this is a stub for mingw32 */
-}
-#endif