From: Joe Orton Date: Tue, 14 Sep 2004 17:33:29 +0000 (+0000) Subject: * modules/proxy/proxy_ajp.c (proxy_ajp_handler): #if 0-out variable X-Git-Tag: 2.1.1~268 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f1f138a31d656df46ee1ba5327363202fd2b7a3a;p=apache * 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 --- 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));