mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-03 13:23:00 +08:00
* ada-lang.c (assign_aggregate): Remove unused variable.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2010-05-07 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
|
* ada-lang.c (assign_aggregate): Remove unused variable.
|
||||||
|
|
||||||
2010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
|
2010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
|
||||||
|
|
||||||
PR C++/7943:
|
PR C++/7943:
|
||||||
|
@ -8049,7 +8049,6 @@ assign_aggregate (struct value *container,
|
|||||||
int max_indices, num_indices;
|
int max_indices, num_indices;
|
||||||
int is_array_aggregate;
|
int is_array_aggregate;
|
||||||
int i;
|
int i;
|
||||||
struct value *mark = value_mark ();
|
|
||||||
|
|
||||||
*pos += 3;
|
*pos += 3;
|
||||||
if (noside != EVAL_NORMAL)
|
if (noside != EVAL_NORMAL)
|
||||||
|
Reference in New Issue
Block a user