fixed const mismatch
[libfirm] / 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);