From: Antony Dovgal Date: Tue, 8 Aug 2006 17:05:14 +0000 (+0000) Subject: unused variable X-Git-Tag: RELEASE_1_0_0RC1~2034 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2c946984da60673d3bf81d40e310e3ed11715e7d;p=php unused variable --- diff --git a/main/php_variables.c b/main/php_variables.c index 24c72ab0de..e9bdb0009e 100644 --- a/main/php_variables.c +++ b/main/php_variables.c @@ -524,7 +524,7 @@ SAPI_API SAPI_TREAT_DATA_FUNC(php_default_treat_data) if (val) { /* have a value */ int val_len; - unsigned int new_val_len; + /* unsigned int new_val_len; see below */ val_len = php_url_decode(val, strlen(val)); zend_string_to_unicode_ex(input_conv, &u_val, &u_val_len, val, val_len, &status);