removed unused var
authorGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Tue, 11 Jun 2002 13:40:54 +0000 (13:40 +0000)
committerGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Tue, 11 Jun 2002 13:40:54 +0000 (13:40 +0000)
[r402]

ir/st/st.c

index 5e4b927..173df8d 100644 (file)
@@ -98,7 +98,6 @@ static dtree_t *new_dtree (dt_t *tree, ir_graph *graph)
 */
 static dt_t *new_dt (ir_graph *graph)
 {
-  int i;
   int n_blocks = get_n_blocks (graph);
 
   dt_t *res = (dt_t*) malloc (sizeof (dt_t));