Remove unused and incorrect macro TYPE_FN_FIELDS.
authorSiva Chandra <sivachandra@chromium.org>
Mon, 14 Apr 2014 13:50:24 +0000 (06:50 -0700)
committerSiva Chandra <sivachandra@chromium.org>
Wed, 16 Apr 2014 22:32:09 +0000 (15:32 -0700)
* gdbtypes.h: Remove definition of the macro TYPE_FN_FIELDS.

gdb/gdbtypes.h

index 64a89c5..dc1aa90 100644 (file)
@@ -1218,7 +1218,6 @@ extern void allocate_gnat_aux_type (struct type *);
 #define TYPE_VPTR_BASETYPE(thistype) TYPE_MAIN_TYPE(thistype)->vptr_basetype
 #define TYPE_DOMAIN_TYPE(thistype) TYPE_MAIN_TYPE(thistype)->vptr_basetype
 #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_SPECIFIC_FIELD(thistype) \
   TYPE_MAIN_TYPE(thistype)->type_specific_field