Use foreach_set() instead of reimplementing it.
[libfirm] / ir / be / beemitter.h
index d9d40a5..7be1320 100644 (file)
@@ -22,7 +22,6 @@
  * @brief       Interface for assembler output.
  * @author      Matthias Braun
  * @date        12.03.2007
- * @version     $Id$
  *
  * This is a framework for emitting data (usually the final assembly code)
  */
@@ -89,20 +88,6 @@ void be_emit_init(FILE *F);
  */
 void be_emit_exit(void);
 
-/**
- * Emit an ident to the (assembler) output.
- *
- * @param id   the ident to be emitted
- */
-void be_emit_ident(ident *id);
-
-/**
- * Emit a firm tarval.
- *
- * @param tv   the tarval to be emitted
- */
-void be_emit_tarval(tarval *tv);
-
 /**
  * Emit the output of an ir_printf.
  *