diff options
Diffstat (limited to 'gdb/f-valprint.c')
-rw-r--r-- | gdb/f-valprint.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/f-valprint.c b/gdb/f-valprint.c index dc81383..8b84b5a 100644 --- a/gdb/f-valprint.c +++ b/gdb/f-valprint.c @@ -267,7 +267,6 @@ f_val_print (struct type *type, const gdb_byte *valaddr, int embedded_offset, enum bfd_endian byte_order = gdbarch_byte_order (gdbarch); unsigned int i = 0; /* Number of characters printed. */ struct type *elttype; - LONGEST val; CORE_ADDR addr; int index; |