Remove the unused macro constant SNPRINTF_BUF_LEN.
authorChristoph Mallon <christoph.mallon@gmx.de>
Sun, 13 May 2012 10:27:53 +0000 (12:27 +0200)
committerChristoph Mallon <christoph.mallon@gmx.de>
Sun, 13 May 2012 11:06:13 +0000 (13:06 +0200)
ir/be/TEMPLATE/TEMPLATE_emitter.c
ir/be/amd64/amd64_emitter.c
ir/be/arm/arm_emitter.c
ir/be/ia32/ia32_emitter.c

index f4a2ac2..195e80a 100644 (file)
@@ -46,8 +46,6 @@
 #include "TEMPLATE_nodes_attr.h"
 #include "TEMPLATE_new_nodes.h"
 
-#define SNPRINTF_BUF_LEN 128
-
 void TEMPLATE_emit_immediate(const ir_node *node)
 {
        const TEMPLATE_attr_t *attr = get_TEMPLATE_attr_const(node);
index 264642a..7da39e5 100644 (file)
@@ -45,8 +45,6 @@
 #include "amd64_nodes_attr.h"
 #include "amd64_new_nodes.h"
 
-#define SNPRINTF_BUF_LEN 128
-
 #include "benode.h"
 
 /*************************************************************
index 4695a57..1564e6f 100644 (file)
@@ -57,8 +57,6 @@
 
 #include "benode.h"
 
-#define SNPRINTF_BUF_LEN 128
-
 DEBUG_ONLY(static firm_dbg_module_t *dbg = NULL;)
 
 static set       *sym_or_tv;
index f85c402..18475c7 100644 (file)
@@ -81,8 +81,6 @@
 
 DEBUG_ONLY(static firm_dbg_module_t *dbg = NULL;)
 
-#define SNPRINTF_BUF_LEN 128
-
 static const ia32_isa_t *isa;
 static char              pic_base_label[128];
 static ir_label_t        exc_label_id;