array-notation-common.c (length_mismatch_in_expr_p): Delete unused variables l_length...
authorGraham Stott <graham.stott@btinternet.com>
Mon, 8 Jul 2013 10:41:13 +0000 (10:41 +0000)
committerGraham Stott <grahams@gcc.gnu.org>
Mon, 8 Jul 2013 10:41:13 +0000 (10:41 +0000)
* c-family/array-notation-common.c (length_mismatch_in_expr_p): Delete
unused variables l_length and l_node.

From-SVN: r200781

gcc/ChangeLog
gcc/c-family/array-notation-common.c

index 3df6374835f653516b66c1e5526bc524185e1140..8d567121c4891c7618ccfc64287d1afafe26491b 100644 (file)
@@ -1,3 +1,7 @@
+2013-07-08  Graham Stott  <graham.stott@btinternet.com>
+       * c-family/array-notation-common.c (length_mismatch_in_expr_p): Delete
+       unused variables l_length and l_node.
+
 2013-07-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
 
        * config/s390/s390.c: Rename cfun_set_fpr_bit to cfun_set_fpr_save
index 5e17009ee87ab6c9b9eb1c3d894de39aef72269d..c54f444f757e8a93900f263fa468342e104bf36f 100644 (file)
@@ -84,7 +84,6 @@ length_mismatch_in_expr_p (location_t loc, vec<vec<an_parts> >list)
 {
   size_t ii, jj;
   tree length = NULL_TREE;
-  HOST_WIDE_INT l_length, l_node;
   
   size_t x = list.length ();
   size_t y = list[0].length ();