diff options
Diffstat (limited to 'gdb/ch-valprint.c')
-rw-r--r-- | gdb/ch-valprint.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/ch-valprint.c b/gdb/ch-valprint.c index 23891e8..873da1b 100644 --- a/gdb/ch-valprint.c +++ b/gdb/ch-valprint.c @@ -60,7 +60,6 @@ chill_val_print (type, valaddr, address, stream, format, deref_ref, recurse, LONGEST val; unsigned int i = 0; /* Number of characters printed. */ struct type *elttype; - unsigned eltlen; CORE_ADDR addr; switch (TYPE_CODE (type)) |