aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbtypes.h
diff options
context:
space:
mode:
authorDoug Evans <xdje42@gmail.com>2014-11-06 17:19:06 -0800
committerDoug Evans <xdje42@gmail.com>2014-11-06 17:19:06 -0800
commit4753d33b404f07e749f648c57ae61e3984d40029 (patch)
tree1d0999b959a4f9fc5dbb2f816de59b82dfe0edc6 /gdb/gdbtypes.h
parent9c1877ead06db18e19614a598d1e280acb97e971 (diff)
Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE_STRUCT.
gdb/ChangeLog: * gdbtypes.h (TYPE_CODE_CLASS): Delete. All uses changed to use TYPE_CODE_STRUCT.
Diffstat (limited to 'gdb/gdbtypes.h')
-rw-r--r--gdb/gdbtypes.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/gdb/gdbtypes.h b/gdb/gdbtypes.h
index bd1a0ab2fe..14a1f081ef 100644
--- a/gdb/gdbtypes.h
+++ b/gdb/gdbtypes.h
@@ -184,15 +184,6 @@ enum type_code
TYPE_CODE_XMETHOD
};
-/* * For now allow source to use TYPE_CODE_CLASS for C++ classes, as
- an alias for TYPE_CODE_STRUCT. This is for DWARF, which has a
- distinct "class" attribute. Perhaps we should actually have a
- separate TYPE_CODE so that we can print "class" or "struct"
- depending on what the debug info said. It's not clear we should
- bother. */
-
-#define TYPE_CODE_CLASS TYPE_CODE_STRUCT
-
/* * Some constants representing each bit field in the main_type. See
the bit-field-specific macros, below, for documentation of each
constant in this enum. These enum values are only used with