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.
This commit is contained in:
Tom Tromey
2023-12-04 08:59:56 -07:00
parent 74bbf9359a
commit 86b775c515

View File

@@ -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 ());