From ba4141f488d7ae083629dfd51259d60efab0548c Mon Sep 17 00:00:00 2001 From: Andi Kleen <ak@gcc.gnu.org> Date: Wed, 28 Jul 2010 14:05:39 +0000 Subject: [PATCH] lto-plugin.c (translate): Remove debug fprintf. * lto-plugin.c (translate): Remove debug fprintf. From-SVN: r162630 --- lto-plugin/lto-plugin.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lto-plugin/lto-plugin.c b/lto-plugin/lto-plugin.c index f2ca90ccf743..d6b0a7727a46 100644 --- a/lto-plugin/lto-plugin.c +++ b/lto-plugin/lto-plugin.c @@ -212,8 +212,6 @@ translate (Elf_Data *symtab, struct plugin_symtab *out) data = parse_table_entry (data, &syms[n], &aux[n]); } - fprintf (stderr, "n = %d len = %d end-data=%lu\n", n, len, - (unsigned long) (end - data)); assert(n < len); out->nsyms = n; -- GitLab