From 8a77e55566f13cd9d17909aac705ab79e9d35953 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Tue, 23 Sep 2008 15:18:26 +0000 Subject: clean some dead code (with static analysis help) --- ext/pcre/php_pcre.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/pcre/php_pcre.c') 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); -- cgit v1.2.1