]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Get rid of some old WIN32 cruft
authorBill Stoddard <stoddard@apache.org>
Tue, 27 Mar 2001 19:47:13 +0000 (19:47 +0000)
committerBill Stoddard <stoddard@apache.org>
Tue, 27 Mar 2001 19:47:13 +0000 (19:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88597 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/threaded/threaded.c

index 5082499f61104bd6bdf16496a1e11b490df59e5e..4bba8a20cb4a502aff8e1417fe4c4e05b997f68a 100644 (file)
@@ -276,11 +276,7 @@ static void sig_term(int sig)
 
 static void restart(int sig)
 {
-#ifndef WIN32
     ap_start_restart(sig == SIGWINCH);
-#else
-    ap_start_restart(1);
-#endif
 }
 
 static void set_signals(void)