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