warning fixes
authorMatthias Braun <matze@braunis.de>
Thu, 14 Dec 2006 14:42:10 +0000 (14:42 +0000)
committerMatthias Braun <matze@braunis.de>
Thu, 14 Dec 2006 14:42:10 +0000 (14:42 +0000)
ir/be/arm/arm_emitter.c

index a4682a4..770bef5 100644 (file)
@@ -350,17 +350,6 @@ static unsigned get_unique_label(void) {
        return ++id;
 }
 
-
-/**
- * Returns the target label for a control flow node.
- */
-static char *get_cfop_target(const ir_node *irn, char *buf) {
-       ir_node *bl = get_irn_link(irn);
-
-       snprintf(buf, SNPRINTF_BUF_LEN, "BLOCK_%ld", get_irn_node_nr(bl));
-       return buf;
-}
-
 /**
  * Emit a SymConst
  */