From db258b68687a63a2cdfb6dcb197a49f62b210d1d Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Wed, 13 Dec 2006 20:00:33 +0000 Subject: [PATCH] removed dead declaration [r8455] --- ir/tv/tv_t.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ir/tv/tv_t.h b/ir/tv/tv_t.h index cba32a02a..e525e339d 100644 --- a/ir/tv/tv_t.h +++ b/ir/tv/tv_t.h @@ -16,7 +16,6 @@ #include "firm_config.h" #include -#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 ======================================== -- 2.20.1