mirror of
https://github.com/apache/httpd.git
synced 2025-07-29 09:01:18 +03:00
Remove some useless declarations that were shadowing other local
variables of the same name. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1463046 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -162,7 +162,6 @@ AP_DECLARE(int) ap_rxplus_exec(apr_pool_t *pool, ap_rxplus_t *rx,
|
||||
remainder = pattern + startl + oldl;
|
||||
if (rx->flags & AP_REG_MULTI) {
|
||||
/* recurse to do any further matches */
|
||||
char *subs;
|
||||
ret += ap_rxplus_exec(pool, rx, remainder, &subs);
|
||||
if (ret > 1) {
|
||||
/* a further substitution happened */
|
||||
|
Reference in New Issue
Block a user