Commit 3ef059b4 by Paul Brook Committed by Paul Brook

* trans-arry.c (gfc_trans_auto_array_allocation): Remove unused var.

From-SVN: r85994
parent 29409320
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> 2004-08-13 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
* gfortran.h: Add comments. * gfortran.h: Add comments.
......
...@@ -2905,7 +2905,6 @@ gfc_trans_auto_array_allocation (tree decl, gfc_symbol * sym, tree fnbody) ...@@ -2905,7 +2905,6 @@ gfc_trans_auto_array_allocation (tree decl, gfc_symbol * sym, tree fnbody)
tree fndecl; tree fndecl;
tree size; tree size;
tree offset; tree offset;
tree args;
bool onstack; bool onstack;
assert (!(sym->attr.pointer || sym->attr.allocatable)); assert (!(sym->attr.pointer || sym->attr.allocatable));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment