removed xprint stuff completely
[libfirm] / ir / tv / tv_t.h
index a035689..c6b7c46 100644 (file)
@@ -13,7 +13,6 @@
 #define _TV_T_H_
 
 #include "tv.h"
-#include "xprintf.h"
 
 /**
  * This struct represents the aforementioned tarvals.
@@ -34,9 +33,6 @@ struct tarval {
     unsigned int length;       /**< the length of the stored value */
 };
 
-/** xfprint output */
-int tarval_print (XP_PAR1, const xprintf_info *, XP_PARN);
-
 /** remove tarval representing an entity that is about to be destroyed */
 void free_tarval_entity(entity *ent);