Remove the unused macro constant SNPRINTF_BUF_LEN.
[libfirm] / ir / be / ia32 / ia32_emitter.c
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;