From 2c946984da60673d3bf81d40e310e3ed11715e7d Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Tue, 8 Aug 2006 17:05:14 +0000 Subject: [PATCH] unused variable --- main/php_variables.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.50.1