diff options
author | Nick Alcock <nick.alcock@oracle.com> | 2025-03-27 15:08:05 +0000 |
---|---|---|
committer | Nick Alcock <nick.alcock@oracle.com> | 2025-03-27 15:08:05 +0000 |
commit | 82c77d93aab00d3a765a8c51d4d0e75b79ac9fac (patch) | |
tree | 68d70c1a85fb1031dc7e8f7337695cd3aa9fac57 /libctf/ctf-dedup.c | |
parent | 9b72ee3afe836b18adb1a5646f99cced33651c73 (diff) | |
download | binutils-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.c | 2 |
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. */ |