From 0d0a8f55d6b32628744996f8238962422c74e3f1 Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Mon, 22 Jan 2001 01:13:49 +0000 Subject: [PATCH] Kill warning --- sapi/apache/mod_php4.c | 1 - 1 file changed, 1 deletion(-) 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; -- 2.50.1