From f1f138a31d656df46ee1ba5327363202fd2b7a3a Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Tue, 14 Sep 2004 17:33:29 +0000 Subject: [PATCH] * modules/proxy/proxy_ajp.c (proxy_ajp_handler): #if 0-out variable which is only used in the #if 0'ed code in this function. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105119 13f79535-47bb-0310-9956-ffa450edef68 --- modules/proxy/proxy_ajp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/proxy/proxy_ajp.c b/modules/proxy/proxy_ajp.c index e09f484c63..17aa122dd0 100644 --- a/modules/proxy/proxy_ajp.c +++ b/modules/proxy/proxy_ajp.c @@ -368,7 +368,9 @@ static int proxy_ajp_handler(request_rec *r, proxy_worker *worker, * of the connection when the socket was opened. */ apr_pool_t *p = r->connection->pool; +#if 0 conn_rec *c = r->connection; +#endif apr_uri_t *uri = apr_palloc(r->connection->pool, sizeof(*uri)); -- 2.40.0