diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2010-06-18 16:48:47 +0000 |
---|---|---|
committer | H.J. Lu <hjl@gcc.gnu.org> | 2010-06-18 09:48:47 -0700 |
commit | fae76410f42da1d88abff8a64e5b0e0826f86bbd (patch) | |
tree | a06b74d5c1907416cc837ce2ae8d2e9c478900a7 /gcc | |
parent | 47f3e76986dbe0fbd9e80787387b03e885275983 (diff) | |
download | gcc-fae76410f42da1d88abff8a64e5b0e0826f86bbd.zip gcc-fae76410f42da1d88abff8a64e5b0e0826f86bbd.tar.gz gcc-fae76410f42da1d88abff8a64e5b0e0826f86bbd.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/stor-layout.c | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d03212c..85fec49 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/stor-layout.c b/gcc/stor-layout.c index 7e14432..89f5fa9 100644 --- a/gcc/stor-layout.c +++ b/gcc/stor-layout.c @@ -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); } |