diff options
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/remote.c | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index bb80654..6f81014 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +Wed Mar 30 11:43:29 1994 Jim Kingdon (kingdon@lioth.cygnus.com) + + * remote.c (getpkt): Remove unused "out" label. + Wed Mar 30 09:15:42 1994 Jeffrey A. Law (law@snake.cs.utah.edu) * breakpoint.c (print_it_normal): Allow GDB to notify the user diff --git a/gdb/remote.c b/gdb/remote.c index 8cea2e0..f4b17b8 100644 --- a/gdb/remote.c +++ b/gdb/remote.c @@ -1282,7 +1282,6 @@ whole: } while (*src++ != '\0'); } -out: SERIAL_WRITE (remote_desc, "+", 1); if (remote_debug) |