]> granicus.if.org Git - apache/commitdiff
remove inadvertent commit of clumsy gdb workaround (sorry!)
authorJeff Trawick <trawick@apache.org>
Sat, 13 Dec 2003 19:43:40 +0000 (19:43 +0000)
committerJeff Trawick <trawick@apache.org>
Sat, 13 Dec 2003 19:43:40 +0000 (19:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102047 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/worker/worker.c

index 5366a0446cb10d5c1b89fa0818fc348a1ae96218..0a05b07646fbaa919e31929a0788107df02ecfb2 100644 (file)
@@ -1070,11 +1070,6 @@ static void * APR_THREAD_FUNC start_threads(apr_thread_t *thd, void *dummy)
      *  "life_status" is almost right, but it's in the worker's structure, and 
      *  the name could be clearer.   gla
      */
-/*
-    while (1) {
-      apr_sleep(apr_time_from_sec(10));
-    }
-*/
     apr_thread_exit(thd, APR_SUCCESS);
     return NULL;
 }