Commit fae76410 by H.J. Lu Committed by H.J. Lu

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
parent 47f3e769
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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment