* c-valprint.c: Fix checkin glitch.

This commit is contained in:
Dawn Perchik 1997-02-12 15:18:10 +00:00
parent be733f5841
commit 65c89fc376
1 changed files with 0 additions and 1 deletions

View File

@ -153,7 +153,6 @@ c_val_print (type, valaddr, address, stream, format, deref_ref, recurse,
addr = unpack_pointer (type, valaddr);
print_unpacked_pointer:
elttype = check_typedef (TYPE_TARGET_TYPE (type));
elttype = check_typedef (TYPE_TARGET_TYPE (type));
if (TYPE_CODE (elttype) == TYPE_CODE_FUNC)
{