summaryrefslogtreecommitdiffstats
path: root/server/util_regex.c
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2013-03-31 22:16:07 +0200
committerStefan Fritsch <sf@apache.org>2013-03-31 22:16:07 +0200
commit3742c77564b2306a2eca373bad5246510db2a9e8 (patch)
tree102068a90b7a8193d3cc805ec9c61b3ff68401dd /server/util_regex.c
parentap_log_error already logs the error string, no need to log it twice (diff)
downloadapache2-3742c77564b2306a2eca373bad5246510db2a9e8.tar.xz
apache2-3742c77564b2306a2eca373bad5246510db2a9e8.zip
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
Diffstat (limited to 'server/util_regex.c')
-rw-r--r--server/util_regex.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/util_regex.c b/server/util_regex.c
index 73eccec761..9dcfc46824 100644
--- a/server/util_regex.c
+++ b/server/util_regex.c
@@ -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 */