summaryrefslogtreecommitdiff
path: root/sapi/cgi/cgi_main.c
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2001-05-01 07:16:57 +0000
committerAndi Gutmans <andi@php.net>2001-05-01 07:16:57 +0000
commita166b6146b0324e0bbf8b0f8f13ce86ea43fe8e8 (patch)
tree18d673deafe96e4564b7eba42d13b8c6bfadb27d /sapi/cgi/cgi_main.c
parent7f20f1e866c38e50dc0abc50bf0618daa124c427 (diff)
downloadphp-git-a166b6146b0324e0bbf8b0f8f13ce86ea43fe8e8.tar.gz
- Remove unused variable
Diffstat (limited to 'sapi/cgi/cgi_main.c')
-rw-r--r--sapi/cgi/cgi_main.c2
1 files changed, 0 insertions, 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
*/