removed dead declaration
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 13 Dec 2006 20:00:33 +0000 (20:00 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 13 Dec 2006 20:00:33 +0000 (20:00 +0000)
[r8455]

ir/tv/tv_t.h

index cba32a0..e525e33 100644 (file)
@@ -16,7 +16,6 @@
 #include "firm_config.h"
 
 #include <assert.h>
-#include "entity.h"
 #include "irmode.h"
 #include "tv.h"
 
@@ -69,9 +68,6 @@ struct tarval {
   unsigned int length;    /**< the length of the stored value */
 };
 
-/** remove tarval representing an entity that is about to be destroyed */
-void free_tarval_entity(ir_entity *ent);
-
 /* inline functions */
 /*
  * Access routines for tarval fields ========================================