diff options
Diffstat (limited to 'gdb/valprint.c')
-rw-r--r-- | gdb/valprint.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/valprint.c b/gdb/valprint.c index 1384396..fc5942d 100644 --- a/gdb/valprint.c +++ b/gdb/valprint.c @@ -340,7 +340,6 @@ generic_val_print (struct type *type, const gdb_byte *valaddr, unsigned len; struct type *elttype, *unresolved_elttype; struct type *unresolved_type = type; - unsigned eltlen; LONGEST val; CORE_ADDR addr; |