summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sapi/apache/mod_php4.c1
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;