* trans-arry.c (gfc_trans_auto_array_allocation): Remove unused var.
authorPaul Brook <paul@codesourcery.com>
Sat, 14 Aug 2004 13:10:02 +0000 (13:10 +0000)
committerPaul Brook <pbrook@gcc.gnu.org>
Sat, 14 Aug 2004 13:10:02 +0000 (13:10 +0000)
From-SVN: r85994

gcc/fortran/ChangeLog
gcc/fortran/trans-array.c

index 935b748363054beaa4494216e1d11aaaec360b68..fb1fa94be7435cc630bef262bfd6679a9c8ad5ee 100644 (file)
@@ -1,3 +1,7 @@
+2004-08-14  Paul Brook  <paul@codesourcery.com>
+
+       * trans-arry.c (gfc_trans_auto_array_allocation): Remove unused var.
+
 2004-08-13  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
 
        * gfortran.h: Add comments.
index e267ebf2287d528a8d4ccff7eaebf5b3ceec0f05..46bf211660d74c3a4268d8a7a083c14028d1d0ee 100644 (file)
@@ -2905,7 +2905,6 @@ gfc_trans_auto_array_allocation (tree decl, gfc_symbol * sym, tree fnbody)
   tree fndecl;
   tree size;
   tree offset;
-  tree args;
   bool onstack;
 
   assert (!(sym->attr.pointer || sym->attr.allocatable));