Remove some dead code in gdb.fortran/info-types.exp
authorTom Tromey <tom@tromey.com>
Wed, 25 Jan 2023 16:37:25 +0000 (09:37 -0700)
committerTom Tromey <tom@tromey.com>
Fri, 27 Jan 2023 01:28:31 +0000 (18:28 -0700)
commite1a772ad89bc1103182168b46513900aa035a81e
tree4388a426a4effda4d203e80e0998a81d0bce8c01
parent879ebc530082ac9a90a48c0d02c073b39d98a1cc
Remove some dead code in gdb.fortran/info-types.exp

An early "return" in this test case prevents a test from running.
This seems to have been intentional and has been in place since:

commit d57cbee932f86df06251498daa93154046dc77c0
Author: Andrew Burgess <andrew.burgess@embecosm.com>
Date:   Tue Dec 3 13:18:43 2019 +0000

    gdb/testsuite/fortran: Fix info-modules/info-types for gfortran 8+

This patch removes the dead code.
gdb/testsuite/gdb.fortran/info-types.exp