diff options
author | Graham Stott <graham.stott@btinternet.com> | 2013-07-08 10:41:13 +0000 |
---|---|---|
committer | Graham Stott <grahams@gcc.gnu.org> | 2013-07-08 10:41:13 +0000 |
commit | 64a92610bab75f03943ef442f59c81588f785e44 (patch) | |
tree | aea9ad54314fa217792f4676074161967c379836 /gcc/c-family/array-notation-common.c | |
parent | b89b22fc57bb0b1fa426c6d4544f0c39277d6872 (diff) | |
download | gcc-64a92610bab75f03943ef442f59c81588f785e44.zip gcc-64a92610bab75f03943ef442f59c81588f785e44.tar.gz gcc-64a92610bab75f03943ef442f59c81588f785e44.tar.bz2 |
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
Diffstat (limited to 'gcc/c-family/array-notation-common.c')
-rw-r--r-- | gcc/c-family/array-notation-common.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/c-family/array-notation-common.c b/gcc/c-family/array-notation-common.c index 5e17009..c54f444 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<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 (); |