diff options
author | Nuno Lopes <nlopess@php.net> | 2008-09-23 15:18:26 +0000 |
---|---|---|
committer | Nuno Lopes <nlopess@php.net> | 2008-09-23 15:18:26 +0000 |
commit | 8a77e55566f13cd9d17909aac705ab79e9d35953 (patch) | |
tree | f1530fd6df61524be5dbce319b2fd782240283a2 /ext/pcre/php_pcre.c | |
parent | a1d2b4d9407e654e085b2dfae30de9caf82b8715 (diff) | |
download | php-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.c | 1 |
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); |