From 5d9041047b8f25ca8af2ff6109a22cd846d2664e Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=B6tz=20Lindenmaier?= Date: Tue, 11 Jun 2002 13:40:54 +0000 Subject: [PATCH] removed unused var [r402] --- ir/st/st.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ir/st/st.c b/ir/st/st.c index 5e4b927c3..173df8d94 100644 --- a/ir/st/st.c +++ b/ir/st/st.c @@ -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)); -- 2.20.1