]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Remove unused local variable from c_type_print_base_struct_union
authorTom Tromey <tom@tromey.com>
Mon, 9 Feb 2026 14:33:59 +0000 (07:33 -0700)
committerTom Tromey <tom@tromey.com>
Mon, 9 Feb 2026 14:33:59 +0000 (07:33 -0700)
commit2d43c2117dd38ffad304e2589214ffa610389006
treed1a8a62c139fb04ac083e2591a4d2a26a5069cf5
parentaf36d9ca688b5cd1672de33581d9e5b96c205bdd
Remove unused local variable from c_type_print_base_struct_union

In my earlier patch to remove TYPE_FN_FIELD_STUB, I didn't notice that
the local variable mangled_name_holder is now unused and can be
removed.  The compiler didn't notice, either, I assume because it has
a constructor and destructor.
gdb/c-typeprint.c