summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lto-plugin/lto-plugin.c2
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;