Added bitfiddling routines and a bitset implementation
[libfirm] / ir / tr / entity.h
index 5ea5721..a7a71c7 100644 (file)
@@ -523,17 +523,4 @@ bool        entity_not_visited(entity *ent);
 entity *resolve_ent_polymorphy(type *dynamic_class, entity* static_ent);
 
 
-/*-----------------------------------------------------------------*/
-/*  Debug aides                                                    */
-/*-----------------------------------------------------------------*/
-
-
-/** Write the entity and all its attributes to stdout.
- *
- *  Writes the entity and all its attributes to stdout if DEBUG_libfirm
- *  is set.  Else does nothing. */
-void    dump_entity_to_file (FILE *F, entity *ent);
-void    dump_entity (entity *ent);
-
-
 # endif /* _ENTITY_H_ */