From 86b775c51597816dcab29dd37522b505d043dc51 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 4 Dec 2023 08:59:56 -0700 Subject: 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 | 1 - 1 file changed, 1 deletion(-) (limited to 'gdb') diff --git a/gdb/remote.c b/gdb/remote.c index 8ccc126..84daa85 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 ()); -- cgit v1.1