* c-valprint.c: Fix checkin glitch.
authorDawn Perchik <dawn@cygnus>
Wed, 12 Feb 1997 15:18:10 +0000 (15:18 +0000)
committerDawn Perchik <dawn@cygnus>
Wed, 12 Feb 1997 15:18:10 +0000 (15:18 +0000)
gdb/c-valprint.c

index 77f4d19..7901a5f 100644 (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)
            {