diff options
Diffstat (limited to 'gdb/d-valprint.c')
-rw-r--r-- | gdb/d-valprint.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/d-valprint.c b/gdb/d-valprint.c index 67b32b7..ba3f1f0 100644 --- a/gdb/d-valprint.c +++ b/gdb/d-valprint.c @@ -42,7 +42,6 @@ dynamic_array_type (struct type *type, const gdb_byte *valaddr, struct type *elttype; struct type *true_type; struct type *ptr_type; - struct type *range_type; const gdb_byte *ptraddr; struct value *val; int length; |