Remove the unused parameter const arch_env_t *env from arch_set_irn_register().
[libfirm] / ir / be / be_dbgout.h
index 9bf8faa..a5d7acc 100644 (file)
@@ -51,7 +51,7 @@ void be_dbg_method_end(void);
 void be_dbg_types(void);
 
 /** dump a variable in the global type */
-void be_dbg_variable(struct obstack *obst, ir_entity *ent);
+void be_dbg_variable(ir_entity *ent);
 
 void be_dbg_set_dbg_info(dbg_info *dbgi);