diff options
author | ak <ak@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-07-28 14:05:39 +0000 |
---|---|---|
committer | ak <ak@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-07-28 14:05:39 +0000 |
commit | 0793438f2e735b5e4fe2208e88dc541592e039d0 (patch) | |
tree | 3d22043a0b42b72095eb881565b8cb0d960c03af /lto-plugin | |
parent | fee6c83545f7782d9ffddafa0c79d0a1fadad7a0 (diff) | |
download | gcc-0793438f2e735b5e4fe2208e88dc541592e039d0.tar.gz |
* lto-plugin.c (translate): Remove debug fprintf.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162630 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'lto-plugin')
-rw-r--r-- | lto-plugin/lto-plugin.c | 2 |
1 files changed, 0 insertions, 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; |