Remove some redundant "break"s
authorTom Tromey <tromey@adacore.com>
Tue, 14 Nov 2023 17:37:55 +0000 (10:37 -0700)
committerTom Tromey <tromey@adacore.com>
Tue, 14 Nov 2023 17:37:55 +0000 (10:37 -0700)
commitc748dbd95bf3305539956053c2a25ecea7b442a5
tree3cff31e4526960c94e13873ae8b38b65b7f7b311
parent07b3255c3bae7126a0d679f957788560351eb236
Remove some redundant "break"s

I found some "break" statements that follow "return" or a call to a
noreturn function.  These aren't needed, and the compiler would warn
if they were.  So, this patch removes them.

Tested by rebuilding.
gdb/breakpoint.c