diff options
Diffstat (limited to 'gdb/valarith.c')
-rw-r--r-- | gdb/valarith.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/valarith.c b/gdb/valarith.c index 89e44f3..f3b44f9 100644 --- a/gdb/valarith.c +++ b/gdb/valarith.c @@ -657,7 +657,6 @@ value_concat (struct value *arg1, struct value *arg2) struct value *outval = NULL; int inval1len, inval2len; int count, idx; - char *ptr; char inchar; struct type *type1 = check_typedef (value_type (arg1)); struct type *type2 = check_typedef (value_type (arg2)); |