bugfixes
[libfirm] / ir / be / besched_t.h
index d4ae355..b739027 100644 (file)
@@ -55,8 +55,6 @@ static INLINE int _sched_get_time_step(const ir_node *irn)
  */
 static INLINE int to_appear_in_schedule(ir_node *irn)
 {
-  int i, n;
-
   if(get_irn_opcode(irn) == iro_Start)
        return 1;