From: Siva Chandra Date: Mon, 14 Apr 2014 13:50:24 +0000 (-0700) Subject: Remove unused and incorrect macro TYPE_FN_FIELDS. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8000c58e455259951daa4370631aa616b367d1a7;p=binutils-gdb.git Remove unused and incorrect macro TYPE_FN_FIELDS. * gdbtypes.h: Remove definition of the macro TYPE_FN_FIELDS. --- diff --git a/gdb/gdbtypes.h b/gdb/gdbtypes.h index 64a89c52134..dc1aa90e8ff 100644 --- a/gdb/gdbtypes.h +++ b/gdb/gdbtypes.h @@ -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