[gfortran] Remove unused variable.

Paul Brook paul@codesourcery.com
Sat Aug 14 15:14:00 GMT 2004


Patch below removes an unused variable.

Tested on i686-linux.
Applied to mainline.

Paul

2004-08-14  Paul Brook  <paul@codesourcery.com>

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

Index: trans-array.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/fortran/trans-array.c,v
retrieving revision 1.14
diff -u -p -r1.14 trans-array.c
--- trans-array.c	11 Aug 2004 04:16:06 -0000	1.14
+++ trans-array.c	14 Aug 2004 13:03:06 -0000
@@ -2905,7 +2905,6 @@ gfc_trans_auto_array_allocation (tree de
   tree fndecl;
   tree size;
   tree offset;
-  tree args;
   bool onstack;
 
   assert (!(sym->attr.pointer || sym->attr.allocatable));



More information about the Gcc-patches mailing list