From 14e77486e06e21bfc29d80327bdb85ff7e1f0bfa Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Wed, 15 Sep 2010 22:25:44 +0000 Subject: [PATCH] - unused, double declared --- sapi/cgi/cgi_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c index 5712d4ca5a..a3fb5ac2bf 100644 --- a/sapi/cgi/cgi_main.c +++ b/sapi/cgi/cgi_main.c @@ -105,6 +105,7 @@ static void (*php_php_import_environment_variables)(zval *array_ptr TSRMLS_DC); */ static int children = 0; + /** * Set to non-zero if we are the parent process */ @@ -669,7 +670,6 @@ static void sapi_cgi_register_variables(zval *track_vars_array TSRMLS_DC) if (CGIG(fix_pathinfo)) { char *script_name = SG(request_info).request_uri; char *path_info; - unsigned int path_info_len; int free_php_self; ALLOCA_FLAG(use_heap) -- 2.40.0