summaryrefslogtreecommitdiff
path: root/sapi/cgi
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2002-03-06 11:31:56 +0000
committerDerick Rethans <derick@php.net>2002-03-06 11:31:56 +0000
commitc8740575c4af8d909bc473ddc60be74a5bc50e72 (patch)
tree20a469c9392324f2c9aea4541e5127c24a9e3053 /sapi/cgi
parent2f04af44029f6a20b961c28143bb15115167f98f (diff)
downloadphp-git-c8740575c4af8d909bc473ddc60be74a5bc50e72.tar.gz
- Remove unused variables
Diffstat (limited to 'sapi/cgi')
-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 c1b939f48f..f97bd1221e 100644
--- a/sapi/cgi/cgi_main.c
+++ b/sapi/cgi/cgi_main.c
@@ -390,8 +390,6 @@ int main(int argc, char *argv[])
char *script_file=NULL;
zend_llist global_vars;
int interactive=0;
- int force_redirect = 1;
- char *redirect_status_env = NULL;
/* end of temporary locals */
#ifdef ZTS
zend_compiler_globals *compiler_globals;