From: Aaron Bannert Date: Sun, 28 Apr 2002 23:10:26 +0000 (+0000) Subject: Remove unused variable. X-Git-Tag: 2.0.36~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c332ff37bc206f11ac65605b729e3573e3be3693;p=apache Remove unused variable. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94844 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/experimental/threadpool/threadpool.c b/server/mpm/experimental/threadpool/threadpool.c index e2886a4808..e2ba46682e 100644 --- a/server/mpm/experimental/threadpool/threadpool.c +++ b/server/mpm/experimental/threadpool/threadpool.c @@ -1028,7 +1028,6 @@ static void * APR_THREAD_FUNC worker_thread(apr_thread_t *thd, void * dummy) proc_info * ti = dummy; int process_slot = ti->pid; int thread_slot = ti->tid; - apr_socket_t *csd = NULL; apr_bucket_alloc_t *bucket_alloc; apr_pool_t *tpool = apr_thread_pool_get(thd); apr_pool_t *ptrans; /* Pool for per-transaction stuff */