This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[gfortran] Remove unused vars


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.  */
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]