From a22a5b461621ee73cfa02df833f35057e6157f1f Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Thu, 9 Feb 2006 12:57:31 +0000 Subject: [PATCH] removed unused variable [r7333] --- ir/opt/proc_cloning.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.20.1