From 0793438f2e735b5e4fe2208e88dc541592e039d0 Mon Sep 17 00:00:00 2001 From: ak Date: Wed, 28 Jul 2010 14:05:39 +0000 Subject: [PATCH] * lto-plugin.c (translate): Remove debug fprintf. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162630 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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 f2ca90ccf74..d6b0a7727a4 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; -- 2.11.0