]> granicus.if.org Git - apache/commitdiff
* modules/proxy/proxy_ajp.c (proxy_ajp_handler): #if 0-out variable
authorJoe Orton <jorton@apache.org>
Tue, 14 Sep 2004 17:33:29 +0000 (17:33 +0000)
committerJoe Orton <jorton@apache.org>
Tue, 14 Sep 2004 17:33:29 +0000 (17:33 +0000)
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

index e09f484c63621d2a18c9b604d706a3b42d132410..17aa122dd05d83a5536cf42c244482a680665f75 100644 (file)
@@ -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));