From 07b7c979e712bf73ae3976d5dfb2633d0c225fe3 Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Tue, 20 May 2003 01:49:12 +0000 Subject: * alias.c (nonlocal_mentioned_p, nonlocal_referenced_p) (nonlocal_set_p): Remove initial blank line. * dwarf2out.c (simple_type_size_in_bits): Likewise. * et-forest.c (et_forest_create): Likewise. * explow.c (stabilize): Likewise. * fix-header.c (write_lbrac): Likewise. * graph.c (start_fct, node_data): Likewise. * jump.c (only_sets_cc0_p, sets_cc0_p): Likewise. * rtlanal.c (global_reg_mentioned_p): Likewise. * tree.c (bit_position): Likewise. From-SVN: r66984 --- gcc/et-forest.c | 1 - 1 file changed, 1 deletion(-) (limited to 'gcc/et-forest.c') diff --git a/gcc/et-forest.c b/gcc/et-forest.c index b54f3f7..1a9d5a3 100644 --- a/gcc/et-forest.c +++ b/gcc/et-forest.c @@ -439,7 +439,6 @@ calculate_value (node) et_forest_t et_forest_create () { - et_forest_t forest = xmalloc (sizeof (struct et_forest)); forest->nnodes = 0; -- cgit v1.1