OSDN Git Service

Remove unused local variables.
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 18 Jun 2010 16:48:47 +0000 (16:48 +0000)
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 18 Jun 2010 16:48:47 +0000 (16:48 +0000)
2010-06-18  H.J. Lu  <hongjiu.lu@intel.com>

* stor-layout.c (debug_rli): Remove unused local variables.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@161008 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/stor-layout.c

index d03212c..85fec49 100644 (file)
@@ -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
index 7e14432..89f5fa9 100644 (file)
@@ -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);
     }