Browse Source

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.
binutils-2_42-branch
Tom Tromey 3 years ago
parent
commit
86b775c515
  1. 1
      gdb/remote.c

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

Loading…
Cancel
Save