* remote.c (getpkt): Remove unused "out" label.
This commit is contained in:
parent
bd2f0c8543
commit
aece310f08
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -1282,7 +1282,6 @@ whole:
|
|||
} while (*src++ != '\0');
|
||||
}
|
||||
|
||||
out:
|
||||
SERIAL_WRITE (remote_desc, "+", 1);
|
||||
|
||||
if (remote_debug)
|
||||
|
|
Loading…
Reference in a new issue