]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Remove incorrect "fall-through" comment
authorTom Tromey <tromey@adacore.com>
Mon, 4 Dec 2023 15:59:56 +0000 (08:59 -0700)
committerTom Tromey <tromey@adacore.com>
Mon, 4 Dec 2023 15:59:56 +0000 (08:59 -0700)
commit86b775c51597816dcab29dd37522b505d043dc51
treed1b26fda2f0ca10004421ab62ff7754dabb32e39
parent74bbf9359a742233e4eae7a26b5f34e8ea68e642
Remove incorrect "fall-through" comment

I found a "fall-through" comment in gdb/remote.c that was incorrect --
the code here cannot in fact fall through.
gdb/remote.c