summaryrefslogtreecommitdiff
path: root/gdb/gdbtypes.h
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2012-01-08 21:02:39 +0000
committerDoug Evans <dje@google.com>2012-01-08 21:02:39 +0000
commit17d84bcd78dec55d3ed6ada60a56f7b259cccdc9 (patch)
tree44187525ee1655f2ad0dea0ea25e8cf8a7a6613d /gdb/gdbtypes.h
parente25fab22c712775046cf557345c1b84dad7ddfe4 (diff)
downloadgdb-17d84bcd78dec55d3ed6ada60a56f7b259cccdc9.tar.gz
* gdbtypes.h (struct cplus_struct_type): Delete member
nfn_fields_total. All uses removed.
Diffstat (limited to 'gdb/gdbtypes.h')
-rw-r--r--gdb/gdbtypes.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/gdbtypes.h b/gdb/gdbtypes.h
index a54a3022f12..ddad0dcbdbf 100644
--- a/gdb/gdbtypes.h
+++ b/gdb/gdbtypes.h
@@ -693,11 +693,6 @@ struct cplus_struct_type
short nfn_fields;
- /* Number of methods described for this type, not including the
- methods that it derives from. */
-
- short nfn_fields_total;
-
/* Number of template arguments. */
unsigned short n_template_arguments;
@@ -1050,7 +1045,6 @@ extern void allocate_gnat_aux_type (struct type *);
#define TYPE_VPTR_FIELDNO(thistype) TYPE_MAIN_TYPE(thistype)->vptr_fieldno
#define TYPE_FN_FIELDS(thistype) TYPE_CPLUS_SPECIFIC(thistype)->fn_fields
#define TYPE_NFN_FIELDS(thistype) TYPE_CPLUS_SPECIFIC(thistype)->nfn_fields
-#define TYPE_NFN_FIELDS_TOTAL(thistype) TYPE_CPLUS_SPECIFIC(thistype)->nfn_fields_total
#define TYPE_SPECIFIC_FIELD(thistype) \
TYPE_MAIN_TYPE(thistype)->type_specific_field
#define TYPE_TYPE_SPECIFIC(thistype) TYPE_MAIN_TYPE(thistype)->type_specific