aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/module.c
diff options
context:
space:
mode:
authorErik Edelmann <eedelman@gcc.gnu.org>2006-02-23 21:58:58 +0000
committerErik Edelmann <eedelman@gcc.gnu.org>2006-02-23 21:58:58 +0000
commit10c5bc6c2d22d7eddcba9a779985278a7bc58313 (patch)
treee22d88190099aaeaecfad0abc18cb0fa1f853f9e /gcc/fortran/module.c
parente755fcf517ba5a4f5e90737ec3290bbbc6ab1bba (diff)
downloadgcc-10c5bc6c2d22d7eddcba9a779985278a7bc58313.zip
gcc-10c5bc6c2d22d7eddcba9a779985278a7bc58313.tar.gz
gcc-10c5bc6c2d22d7eddcba9a779985278a7bc58313.tar.bz2
module.c (read_module): Remove redundant code lines.
2006-02-23 Erik Edelmann <eedelman@gcc.gnu.org> * module.c (read_module): Remove redundant code lines. From-SVN: r111398
Diffstat (limited to 'gcc/fortran/module.c')
-rw-r--r--gcc/fortran/module.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/fortran/module.c b/gcc/fortran/module.c
index 3c45e57..0acc474 100644
--- a/gcc/fortran/module.c
+++ b/gcc/fortran/module.c
@@ -3189,12 +3189,6 @@ read_module (void)
skip_list ();
/* See if the symbol has already been loaded by a previous module.
- If so, we reference the existing symbol and prevent it from
- being loaded again. */
-
- sym = find_true_name (info->u.rsym.true_name, info->u.rsym.module);
-
- /* See if the symbol has already been loaded by a previous module.
If so, we reference the existing symbol and prevent it from
being loaded again. This should not happen if the symbol being
read is an index for an assumed shape dummy array (ns != 1). */