2001-08-31 Jason Molenda (jmolenda@apple.com)
* c-valprint.c (c_val_print): Second call to check_typedef () is no longer necessary.
This commit is contained in:
parent
3969b680c3
commit
0093d52fed
1 changed files with 0 additions and 1 deletions
|
@ -168,7 +168,6 @@ c_val_print (struct type *type, char *valaddr, int embedded_offset,
|
|||
{
|
||||
addr = unpack_pointer (type, valaddr + embedded_offset);
|
||||
print_unpacked_pointer:
|
||||
elttype = check_typedef (TYPE_TARGET_TYPE (type));
|
||||
|
||||
if (TYPE_CODE (elttype) == TYPE_CODE_FUNC)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue