diff options
author | Andi Kleen <ak@gcc.gnu.org> | 2010-07-28 14:05:39 +0000 |
---|---|---|
committer | Andi Kleen <ak@gcc.gnu.org> | 2010-07-28 14:05:39 +0000 |
commit | ba4141f488d7ae083629dfd51259d60efab0548c (patch) | |
tree | 3d22043a0b42b72095eb881565b8cb0d960c03af | |
parent | 3abd6c1abf56fcaf3bc4c9eca06fb4a27a6847dc (diff) | |
download | gcc-ba4141f488d7ae083629dfd51259d60efab0548c.zip gcc-ba4141f488d7ae083629dfd51259d60efab0548c.tar.gz gcc-ba4141f488d7ae083629dfd51259d60efab0548c.tar.bz2 |
lto-plugin.c (translate): Remove debug fprintf.
* lto-plugin.c (translate): Remove debug fprintf.
From-SVN: r162630
-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 f2ca90c..d6b0a77 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; |