From c3f9c5fe53c3a803eb40da881831253565293e77 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Sat, 31 May 2008 10:40:54 +0000 Subject: [PATCH] remove debug printfs [r19886] --- ast2firm.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/ast2firm.c b/ast2firm.c index 6bc4fdb..7211342 100644 --- a/ast2firm.c +++ b/ast2firm.c @@ -995,12 +995,9 @@ static ir_entity* get_function_entity(declaration_t *declaration) if (id != rts_idents[i]) continue; - printf("FoudnID: %s\n", symbol->string); - /* ignore those rts functions not necessary needed for current mode */ if ((c_mode & rts_data[i].flags) == 0) continue; - printf("Found rts: %s\n", symbol->string); rts_entities[rts_data[i].id] = entity; } } -- 2.20.1