diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2001-01-22 01:13:49 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2001-01-22 01:13:49 +0000 |
commit | 0d0a8f55d6b32628744996f8238962422c74e3f1 (patch) | |
tree | fa9c1f8266143383c20b13a6d2922bfa1af34578 /sapi | |
parent | 3793dc18f21751cc651c04c1e68076ab36cece03 (diff) | |
download | php-git-0d0a8f55d6b32628744996f8238962422c74e3f1.tar.gz |
Kill warning
Diffstat (limited to 'sapi')
-rw-r--r-- | sapi/apache/mod_php4.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sapi/apache/mod_php4.c b/sapi/apache/mod_php4.c index 6853b2c674..df49cb9a7e 100644 --- a/sapi/apache/mod_php4.c +++ b/sapi/apache/mod_php4.c @@ -224,7 +224,6 @@ static void sapi_apache_register_server_variables(zval *track_vars_array ELS_DC register int i; array_header *arr = table_elts(((request_rec *) SG(server_context))->subprocess_env); table_entry *elts = (table_entry *) arr->elts; - char *script_filename=NULL; zval **path_translated; HashTable *symbol_table; |