Remove the unused attribute const arch_env_t *arch_env from struct dump_env and also...
[libfirm] / ir / be / beutil.h
index fb74fc2..008e108 100644 (file)
@@ -116,7 +116,7 @@ static INLINE int is_data_node(const ir_node *irn)
  * @param irg The irg. Note that scheduling, register allocation must
  * have been performed.
  */
-void dump_allocated_irg(arch_env_t *env, ir_graph *irg, char *suffix);
+void dump_allocated_irg(ir_graph *irg, char *suffix);
 
 void be_clear_links(ir_graph *irg);