* gdbtypes.h (struct cplus_struct_type): Delete member

nfn_fields_total.  All uses removed.
This commit is contained in:
Doug Evans
2012-01-08 21:02:45 +00:00
parent de64cffdf8
commit 4d72c0bc3e
6 changed files with 5 additions and 20 deletions

View File

@@ -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 *",