* ada-lang.c (assign_aggregate): Remove unused variable.
This commit is contained in:
parent
3caf13b459
commit
587542abbb
@ -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>
|
||||
|
||||
PR C++/7943:
|
||||
|
@ -8049,7 +8049,6 @@ assign_aggregate (struct value *container,
|
||||
int max_indices, num_indices;
|
||||
int is_array_aggregate;
|
||||
int i;
|
||||
struct value *mark = value_mark ();
|
||||
|
||||
*pos += 3;
|
||||
if (noside != EVAL_NORMAL)
|
||||
|
Loading…
Reference in New Issue
Block a user