some fixes for xml dumper / still buggy.
[libfirm] / ir / ir / irnode_t.h
index e572848..c986a89 100644 (file)
@@ -20,7 +20,6 @@
 #endif
 
 # include "irnode.h"
-# include "xprintf.h"
 # include "irop_t.h"
 # include "firm_common_t.h"
 # include "irdom_t.h" /* For size of struct dom_info. */
@@ -184,10 +183,6 @@ void
 copy_attrs (ir_node *old, ir_node *new);
 
 
-/** Print IR-Nodes with attributes
-    @todo brauchen wir dienoch? dann fliegt ev. das xprint raus? */
-int ir_node_print (XP_PAR1, const xprintf_info *, XP_PARN);
-
 /** Returns the array with the ins.  The content of the array may not be
    changed.  */
 ir_node     **get_irn_in            (const ir_node *node);