From: Tom Tromey Date: Mon, 4 Dec 2023 15:59:56 +0000 (-0700) Subject: Remove incorrect "fall-through" comment X-Git-Tag: binutils-2_42~733 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=86b775c51597816dcab29dd37522b505d043dc51;p=thirdparty%2Fbinutils-gdb.git 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. --- diff --git a/gdb/remote.c b/gdb/remote.c index 8ccc1266073..84daa8567b6 100644 --- a/gdb/remote.c +++ b/gdb/remote.c @@ -10044,7 +10044,6 @@ remote_target::putpkt_binary (const char *buf, int cnt) rs->buf.data ()); continue; } - /* fall-through */ default: remote_debug_printf_nofunc ("Junk: %c%s", ch & 0177, rs->buf.data ());