From: Nick Kew Date: Thu, 10 Nov 2011 00:56:19 +0000 (+0000) Subject: Remove work-sketch cruft that went nowhere before getting ifdefed out X-Git-Tag: 2.3.16~211 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10a47f58aeec5f562dfe8934fc2aa128a3b99262;p=thirdparty%2Fapache%2Fhttpd.git Remove work-sketch cruft that went nowhere before getting ifdefed out git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1200072 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/filters/mod_proxy_html.c b/modules/filters/mod_proxy_html.c index d5977db6f43..a7cbc4a5cf8 100644 --- a/modules/filters/mod_proxy_html.c +++ b/modules/filters/mod_proxy_html.c @@ -1060,12 +1060,7 @@ static const char* comp_urlmap(cmd_parms *cmd, urlmap* newmap, } cond = newcond; } -#if 0 - newmap->cond = apr_palloc(pool, sizeof(ap_expr_info_t)); - err = ap_expr_parse(pool, tpool, newmap->cond, cond, NULL); -#else newmap->cond = ap_expr_parse_cmd(cmd, cond, 0, &err, NULL); -#endif } else { newmap->cond = NULL;