* ada-lang.c (assign_aggregate): Remove unused variable.

This commit is contained in:
Joel Brobecker 2010-05-07 16:00:48 +00:00
parent 3caf13b459
commit 587542abbb
2 changed files with 4 additions and 1 deletions

View File

@ -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:

View File

@ -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)