mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
* gdbtypes.h (struct cplus_struct_type): Delete member
nfn_fields_total. All uses removed.
This commit is contained in:
@@ -2895,8 +2895,6 @@ print_cplus_stuff (struct type *type, int spaces)
|
||||
TYPE_N_BASECLASSES (type));
|
||||
printfi_filtered (spaces, "nfn_fields %d\n",
|
||||
TYPE_NFN_FIELDS (type));
|
||||
printfi_filtered (spaces, "nfn_fields_total %d\n",
|
||||
TYPE_NFN_FIELDS_TOTAL (type));
|
||||
if (TYPE_N_BASECLASSES (type) > 0)
|
||||
{
|
||||
printfi_filtered (spaces, "virtual_field_bits (%d bits at *",
|
||||
|
||||
Reference in New Issue
Block a user