From: Götz Lindenmaier Date: Tue, 11 Jun 2002 13:40:54 +0000 (+0000) Subject: removed unused var X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=5d9041047b8f25ca8af2ff6109a22cd846d2664e;p=libfirm removed unused var [r402] --- 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));