[gfortran] Remove unused vars

Paul Brook paul@nowt.org
Sun Oct 12 14:52:00 GMT 2003


Patch below removes a couple of unused variables.

Applied to tree-ssa branch.

Paul

2003-11-12  Kejia Zhao  <kejia_zh@yahoo.com.cn>

	* trans-intrinsic.c (integer_kind_info, real_kind_info): Remove.

--- clean/tree-ssa/gcc/fortran/trans-intrinsic.c
+++ gcc/gcc/fortran/trans-intrinsic.c
@@ -104,13 +104,6 @@ typedef struct
 }
 real_compnt_info;
 
-/* Table of the <kind, range> pair defined in the integer model. The
-   first element is the numbers of the pairs.  */
-tree integer_kind_info = NULL;
-/* Table of the <kind, precision, range> defined in real model. The
-   first element is the numbers of the triples.  */
-tree real_kind_info = NULL;
-
 
 /* Evaluate the arguments to an intrinsic function.  */
 



More information about the Fortran mailing list