This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[gfortran] Remove unused vars
- From: Paul Brook <paul at nowt dot org>
- To: "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>,fortran at gcc dot gnu dot org
- Cc: zhao ke <kejia_zh at yahoo dot com dot cn>
- Date: Sun, 12 Oct 2003 15:52:48 +0100
- Subject: [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. */