]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* decl.c (reshape_init): Remove unused variable.
authorGiovanni Bajo <giovannibajo@gcc.gnu.org>
Tue, 21 Sep 2004 21:23:05 +0000 (21:23 +0000)
committerGiovanni Bajo <giovannibajo@gcc.gnu.org>
Tue, 21 Sep 2004 21:23:05 +0000 (21:23 +0000)
From-SVN: r87824

gcc/cp/ChangeLog
gcc/cp/decl.c

index c414de872f2f47eff39fd58becba36f7eecedddc..4625279ac1ceb9a07de78631768dd742fd339f99 100644 (file)
@@ -1,3 +1,7 @@
+2004-09-21  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
+
+       * decl.c (reshape_init): Remove unused variable.
+
 2004-09-21  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
 
        PR c++/14179
index c2a4a86a152d30cb5fa8e11843fbb3cfd30c1d80..c825a4478bce5a49e27c9e1797873f9aace5c22b 100644 (file)
@@ -8441,7 +8441,6 @@ reshape_init (tree type, tree *initp)
        }
       else if ((TREE_CODE (type) == ARRAY_TYPE)|| (TREE_CODE (type) == VECTOR_TYPE))
        {
-         tree index;
          tree max_index;
 
          /* If the bound of the array is known, take no more initializers