From 1bdbd65a1d185856eacab885c55aa74b92047101 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Thu, 14 Dec 2006 14:42:10 +0000 Subject: [PATCH] warning fixes --- ir/be/arm/arm_emitter.c | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/ir/be/arm/arm_emitter.c b/ir/be/arm/arm_emitter.c index a4682a487..770bef598 100644 --- a/ir/be/arm/arm_emitter.c +++ b/ir/be/arm/arm_emitter.c @@ -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 */ -- 2.20.1