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.
This commit is contained in:
parent
9c1877ead0
commit
4753d33b40
19 changed files with 27 additions and 40 deletions
|
@ -3414,7 +3414,6 @@ rank_one_type (struct type *parm, struct type *arg, struct value *value)
|
|||
}
|
||||
break;
|
||||
case TYPE_CODE_STRUCT:
|
||||
/* currently same as TYPE_CODE_CLASS. */
|
||||
switch (TYPE_CODE (arg))
|
||||
{
|
||||
case TYPE_CODE_STRUCT:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue