]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Backout mistakenly re-applied patch. A previous
authorJim Jagielski <jim@apache.org>
Fri, 5 Oct 2001 14:25:29 +0000 (14:25 +0000)
committerJim Jagielski <jim@apache.org>
Fri, 5 Oct 2001 14:25:29 +0000 (14:25 +0000)
commit had already fixed the TPF problem without the overhead
of a nasty nop function

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91314 13f79535-47bb-0310-9956-ffa450edef68

src/main/http_main.c

index 874d4f36cceaa6fd56baa443a00452d1ab40b50a..11365f1bbc3f3b7f2dfe3063419cde6d932555d6 100644 (file)
@@ -1074,9 +1074,7 @@ static void accept_mutex_cleanup_tpfcore(void *foo)
         coruc(RESOURCE_KEY);
 }
 
-static void accept_mutex_init_tpfcore(pool *foo)
-{
-}
+#define accept_mutex_init_tpfcore(x)
 
 static void accept_mutex_child_init_tpfcore(pool *p)
 {