From: Michael Beck Date: Thu, 9 Feb 2006 12:57:31 +0000 (+0000) Subject: removed unused variable X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=a22a5b461621ee73cfa02df833f35057e6157f1f;p=libfirm removed unused variable [r7333] --- diff --git a/ir/opt/proc_cloning.c b/ir/opt/proc_cloning.c index 22589c02f..463c38d2e 100644 --- a/ir/opt/proc_cloning.c +++ b/ir/opt/proc_cloning.c @@ -616,7 +616,7 @@ void proc_cloning(float threshold) { entry_t *entry = NULL, *p; ir_graph *irg; - int i, count = 0; + int i; q_set hmap; obstack_init(&hmap.obst);