]> granicus.if.org Git - php/commitdiff
- Remove unused variable
authorAndi Gutmans <andi@php.net>
Tue, 1 May 2001 07:16:57 +0000 (07:16 +0000)
committerAndi Gutmans <andi@php.net>
Tue, 1 May 2001 07:16:57 +0000 (07:16 +0000)
sapi/cgi/cgi_main.c

index 925688eb58b94c52cb616dce7a84cd04f5b79465..7b91edc0b8db93d4425f9b85caa8caf38a51ce07 100644 (file)
@@ -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
         */