summaryrefslogtreecommitdiff
path: root/ext/pcre/php_pcre.c
diff options
context:
space:
mode:
authorNuno Lopes <nlopess@php.net>2008-09-23 15:18:26 +0000
committerNuno Lopes <nlopess@php.net>2008-09-23 15:18:26 +0000
commit8a77e55566f13cd9d17909aac705ab79e9d35953 (patch)
treef1530fd6df61524be5dbce319b2fd782240283a2 /ext/pcre/php_pcre.c
parenta1d2b4d9407e654e085b2dfae30de9caf82b8715 (diff)
downloadphp-git-8a77e55566f13cd9d17909aac705ab79e9d35953.tar.gz
clean some dead code (with static analysis help)
Diffstat (limited to 'ext/pcre/php_pcre.c')
-rw-r--r--ext/pcre/php_pcre.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/pcre/php_pcre.c b/ext/pcre/php_pcre.c
index 12f94800bd..4f1d856ad7 100644
--- a/ext/pcre/php_pcre.c
+++ b/ext/pcre/php_pcre.c
@@ -894,7 +894,6 @@ static int preg_do_eval(char *eval_str, int eval_str_len, char *subject,
} else {
esc_match = "";
esc_match_len = 0;
- match_len = 0;
}
smart_str_appendl(&code, esc_match, esc_match_len);