summaryrefslogtreecommitdiff
path: root/main/php_variables.c
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2006-08-08 17:05:14 +0000
committerAntony Dovgal <tony2001@php.net>2006-08-08 17:05:14 +0000
commit2c946984da60673d3bf81d40e310e3ed11715e7d (patch)
tree43b8966ef8ec00777e74602293fb4e842f2183a7 /main/php_variables.c
parentdbe20923139afd2673e35ab3fbdc6fd0b99c81bf (diff)
downloadphp-git-2c946984da60673d3bf81d40e310e3ed11715e7d.tar.gz
unused variable
Diffstat (limited to 'main/php_variables.c')
-rw-r--r--main/php_variables.c2
1 files changed, 1 insertions, 1 deletions
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);