mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-12-19 01:19:41 +08:00
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:
@@ -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 ());
|
||||
|
||||
Reference in New Issue
Block a user