commit | e1a772ad89bc1103182168b46513900aa035a81e | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Wed Jan 25 09:37:25 2023 -0700 |
committer | Tom Tromey <tom@tromey.com> | Thu Jan 26 18:28:31 2023 -0700 |
tree | 4388a426a4effda4d203e80e0998a81d0bce8c01 | |
parent | 879ebc530082ac9a90a48c0d02c073b39d98a1cc [diff] |
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.