From c332ff37bc206f11ac65605b729e3573e3be3693 Mon Sep 17 00:00:00 2001 From: Aaron Bannert Date: Sun, 28 Apr 2002 23:10:26 +0000 Subject: [PATCH] Remove unused variable. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94844 13f79535-47bb-0310-9956-ffa450edef68 --- server/mpm/experimental/threadpool/threadpool.c | 1 - 1 file changed, 1 deletion(-) 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 */ -- 2.40.0