Remove unused local variables.
2010-06-18 H.J. Lu <hongjiu.lu@intel.com> * stor-layout.c (debug_rli): Remove unused local variables. From-SVN: r161008
This commit is contained in:
parent
47f3e76986
commit
fae76410f4
2 changed files with 4 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2010-06-18 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* stor-layout.c (debug_rli): Remove unused local variables.
|
||||
|
||||
2010-06-18 Eric Botcazou <ebotcazou@adacore.com>
|
||||
|
||||
PR rtl-optimization/40900
|
||||
|
|
|
@ -829,8 +829,6 @@ debug_rli (record_layout_info rli)
|
|||
|
||||
if (!VEC_empty (tree, rli->pending_statics))
|
||||
{
|
||||
unsigned ix;
|
||||
tree t;
|
||||
fprintf (stderr, "pending statics:\n");
|
||||
debug_vec_tree (rli->pending_statics);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue