From: Rasmus Lerdorf Date: Mon, 22 Jan 2001 01:13:49 +0000 (+0000) Subject: Kill warning X-Git-Tag: php-4.0.5RC1~498 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0d0a8f55d6b32628744996f8238962422c74e3f1;p=php Kill warning --- 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;