From: Graham Stott Date: Mon, 8 Jul 2013 10:41:13 +0000 (+0000) Subject: array-notation-common.c (length_mismatch_in_expr_p): Delete unused variables l_length... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=64a92610bab75f03943ef442f59c81588f785e44;p=gcc.git array-notation-common.c (length_mismatch_in_expr_p): Delete unused variables l_length and l_node. * c-family/array-notation-common.c (length_mismatch_in_expr_p): Delete unused variables l_length and l_node. From-SVN: r200781 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3df6374835f..8d567121c48 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2013-07-08 Graham Stott + * c-family/array-notation-common.c (length_mismatch_in_expr_p): Delete + unused variables l_length and l_node. + 2013-07-08 Andreas Krebbel * config/s390/s390.c: Rename cfun_set_fpr_bit to cfun_set_fpr_save diff --git a/gcc/c-family/array-notation-common.c b/gcc/c-family/array-notation-common.c index 5e17009ee87..c54f444f757 100644 --- a/gcc/c-family/array-notation-common.c +++ b/gcc/c-family/array-notation-common.c @@ -84,7 +84,6 @@ length_mismatch_in_expr_p (location_t loc, vec >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 ();