diff options
Diffstat (limited to 'gdb/p-valprint.c')
-rw-r--r-- | gdb/p-valprint.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/p-valprint.c b/gdb/p-valprint.c index 77d9721..b8434ed 100644 --- a/gdb/p-valprint.c +++ b/gdb/p-valprint.c @@ -72,7 +72,6 @@ pascal_val_print (struct type *type, const gdb_byte *valaddr, unsigned eltlen; int length_pos, length_size, string_pos; struct type *char_type; - LONGEST val; CORE_ADDR addr; int want_space = 0; |