From 734ae1256daf5867721f1d730c2cf9586d6efcab Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Sat, 24 Jan 2015 11:17:08 -0800 Subject: gdbtypes.h (TYPE_TYPE_SPECIFIC): Delete. gdb/ChangeLog: * gdbtypes.h (TYPE_TYPE_SPECIFIC): Delete. --- gdb/gdbtypes.h | 1 - 1 file changed, 1 deletion(-) (limited to 'gdb/gdbtypes.h') diff --git a/gdb/gdbtypes.h b/gdb/gdbtypes.h index ba5c85723b..3cf09c5430 100644 --- a/gdb/gdbtypes.h +++ b/gdb/gdbtypes.h @@ -1237,7 +1237,6 @@ extern void allocate_gnat_aux_type (struct type *); #define TYPE_NFN_FIELDS(thistype) TYPE_CPLUS_SPECIFIC(thistype)->nfn_fields #define TYPE_SPECIFIC_FIELD(thistype) \ TYPE_MAIN_TYPE(thistype)->type_specific_field -#define TYPE_TYPE_SPECIFIC(thistype) TYPE_MAIN_TYPE(thistype)->type_specific /* We need this tap-dance with the TYPE_RAW_SPECIFIC because of the case where we're trying to print an Ada array using the C language. In that case, there is no "cplus_stuff", but the C language assumes -- cgit v1.2.3