remove lots of unnecessary and dangerous current_ir_graph usages
[libfirm] / ir / opt / reassoc_t.h
index 6ef7234..49dd8a7 100644 (file)
@@ -37,8 +37,6 @@
 #ifndef REASSOC_T_H
 #define REASSOC_T_H
 
-#include "iroptimize.h"
-
 /**
  * Sets the default reassociation operation for an ir_op_ops.
  *
@@ -50,7 +48,4 @@
  */
 ir_op_ops *firm_set_default_reassoc(ir_opcode code, ir_op_ops *ops);
 
-/** Initialise the ressociation optimization */
-void firm_init_reassociation(void);
-
 #endif /* _REASSOC_T_H_ */