| commit | 62df070dd4589c7448d68ec9f1036cc7b73f6af6 | [log] [tgz] |
|---|---|---|
| author | Tom Tromey <tromey@adacore.com> | Fri Oct 03 12:14:32 2025 -0600 |
| committer | Tom Tromey <tromey@adacore.com> | Mon Oct 06 07:36:58 2025 -0600 |
| tree | 6d8e5140f6f5eeaf7a5353ff2df56eb3116f1e93 | |
| parent | 4cbb6ca05573754cda022edd9747697b99557ee1 [diff] |
More "return" cleanup in gdb.ada I found some more spots in gdb.ada where a "return" has a value but does not need one. This patch cleans these up. Most of these would be eliminated by the old "critical" idea, if I ever got around to finishing that... Approved-by: Kevin Buettner <kevinb@redhat.com>