From: Jeff Trawick Date: Sat, 13 Dec 2003 19:43:40 +0000 (+0000) Subject: remove inadvertent commit of clumsy gdb workaround (sorry!) X-Git-Tag: pre_ajp_proxy~928 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=92227a69f496e2230b7ca8eeb67af5567a570ea9;p=apache remove inadvertent commit of clumsy gdb workaround (sorry!) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102047 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/worker/worker.c b/server/mpm/worker/worker.c index 5366a0446c..0a05b07646 100644 --- a/server/mpm/worker/worker.c +++ b/server/mpm/worker/worker.c @@ -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; }