From a166b6146b0324e0bbf8b0f8f13ce86ea43fe8e8 Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Tue, 1 May 2001 07:16:57 +0000 Subject: [PATCH] - Remove unused variable --- sapi/cgi/cgi_main.c | 2 -- 1 file changed, 2 deletions(-) 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 */ -- 2.50.1