]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Remove unnecessary call to set_tid_type
authorTom Tromey <tom@tromey.com>
Sun, 14 Sep 2025 20:32:07 +0000 (14:32 -0600)
committerTom Tromey <tom@tromey.com>
Sun, 5 Oct 2025 20:59:01 +0000 (14:59 -0600)
commitf1ca24ee381e1e7cd6d7bca56ae2c43ec03a3bba
treea0754b478ddc960a97fdf9aee8838756a6615245
parent0bfd8b3910f0a0301aa01d272a7228d492c5a450
Remove unnecessary call to set_tid_type

ctfread.c:read_typedef_type calls set_tid_type twice, but the second
call is unnecessary.

Approved-By: Simon Marchi <simon.marchi@efficios.com>
gdb/ctfread.c