removed unused variable
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 9 Feb 2006 12:57:31 +0000 (12:57 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 9 Feb 2006 12:57:31 +0000 (12:57 +0000)
[r7333]

ir/opt/proc_cloning.c

index 22589c0..463c38d 100644 (file)
@@ -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);