diff options
| author | Derick Rethans <derick@php.net> | 2002-03-06 11:31:56 +0000 |
|---|---|---|
| committer | Derick Rethans <derick@php.net> | 2002-03-06 11:31:56 +0000 |
| commit | c8740575c4af8d909bc473ddc60be74a5bc50e72 (patch) | |
| tree | 20a469c9392324f2c9aea4541e5127c24a9e3053 /sapi/cgi | |
| parent | 2f04af44029f6a20b961c28143bb15115167f98f (diff) | |
| download | php-git-c8740575c4af8d909bc473ddc60be74a5bc50e72.tar.gz | |
- Remove unused variables
Diffstat (limited to 'sapi/cgi')
| -rw-r--r-- | sapi/cgi/cgi_main.c | 2 |
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; |
