aboutsummaryrefslogtreecommitdiff
path: root/libctf/ctf-dedup.c
diff options
context:
space:
mode:
authorNick Alcock <nick.alcock@oracle.com>2025-03-27 15:08:05 +0000
committerNick Alcock <nick.alcock@oracle.com>2025-03-27 15:08:05 +0000
commit82c77d93aab00d3a765a8c51d4d0e75b79ac9fac (patch)
tree68d70c1a85fb1031dc7e8f7337695cd3aa9fac57 /libctf/ctf-dedup.c
parent9b72ee3afe836b18adb1a5646f99cced33651c73 (diff)
downloadbinutils-82c77d93aab00d3a765a8c51d4d0e75b79ac9fac.zip
binutils-82c77d93aab00d3a765a8c51d4d0e75b79ac9fac.tar.gz
binutils-82c77d93aab00d3a765a8c51d4d0e75b79ac9fac.tar.bz2
libctf: dedup: drop debugging left in by mistake
Diffstat (limited to 'libctf/ctf-dedup.c')
-rw-r--r--libctf/ctf-dedup.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libctf/ctf-dedup.c b/libctf/ctf-dedup.c
index 6db8cae..19bbb5e 100644
--- a/libctf/ctf-dedup.c
+++ b/libctf/ctf-dedup.c
@@ -3357,8 +3357,6 @@ ctf_dedup_emit_type (const char *hval, ctf_dict_t *output, ctf_dict_t **inputs,
if ((linkage = ctf_type_linkage (input, type)) < 0)
goto err_input;
- ctf_dprintf ("Linkage: %i\n", linkage);
-
if ((new_type = ctf_add_function_linkage (target, isroot, ref, name,
linkage)) == CTF_ERR)
goto err_target; /* errno is set for us. */