Commit ba4141f4 by Andi Kleen

lto-plugin.c (translate): Remove debug fprintf.

        * lto-plugin.c (translate): Remove debug fprintf.

From-SVN: r162630
parent 3abd6c1a
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment