diff options
author | Nick Kew <niq@apache.org> | 2011-11-10 01:56:19 +0100 |
---|---|---|
committer | Nick Kew <niq@apache.org> | 2011-11-10 01:56:19 +0100 |
commit | 10a47f58aeec5f562dfe8934fc2aa128a3b99262 (patch) | |
tree | 6d331d2be38109324ecf7fad0c06e01f4b16b7b6 /modules/filters | |
parent | proxy-html.conf needs to be included automatically (diff) | |
download | apache2-10a47f58aeec5f562dfe8934fc2aa128a3b99262.tar.xz apache2-10a47f58aeec5f562dfe8934fc2aa128a3b99262.zip |
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
Diffstat (limited to 'modules/filters')
-rw-r--r-- | modules/filters/mod_proxy_html.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/filters/mod_proxy_html.c b/modules/filters/mod_proxy_html.c index d5977db6f4..a7cbc4a5cf 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; |