* remote.c (getpkt): Remove unused "out" label.

This commit is contained in:
Jim Kingdon 1994-03-30 19:44:53 +00:00
parent bd2f0c8543
commit aece310f08
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -1282,7 +1282,6 @@ whole:
} while (*src++ != '\0');
}
out:
SERIAL_WRITE (remote_desc, "+", 1);
if (remote_debug)