From: Andi Gutmans Date: Tue, 1 May 2001 07:16:57 +0000 (+0000) Subject: - Remove unused variable X-Git-Tag: php-4.0.6RC1~217 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a166b6146b0324e0bbf8b0f8f13ce86ea43fe8e8;p=php - Remove unused variable --- diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c index 925688eb58..7b91edc0b8 100644 --- a/sapi/cgi/cgi_main.c +++ b/sapi/cgi/cgi_main.c @@ -148,8 +148,6 @@ static char *sapi_cgi_read_cookies(SLS_D) static void sapi_cgi_register_variables(zval *track_vars_array ELS_DC SLS_DC PLS_DC) { - char *pi; - /* In CGI mode, we consider the environment to be a part of the server * variables */