--- trunk/OOPSE/libBASS/parse_tree.c 2003/08/11 19:38:44 675 +++ trunk/OOPSE/libBASS/parse_tree.c 2003/09/25 19:27:15 787 @@ -406,12 +406,7 @@ void kill_tree( struct node_tag* the_node ){ void kill_tree( struct node_tag* the_node ){ - // These two are needed to get rid of the integer list - struct integer_list_tag* current_il; - struct integer_list_tag* temp_il; - - if( the_node != NULL ){ if( the_node->stmt_list != NULL ){