* remote.c (getpkt): Remove unused "out" label.
authorJim Kingdon <jkingdon@engr.sgi.com>
Wed, 30 Mar 1994 19:44:53 +0000 (19:44 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Wed, 30 Mar 1994 19:44:53 +0000 (19:44 +0000)
gdb/ChangeLog
gdb/remote.c

index bb806548ad64eacd40dca3396192d9dcf9f72f7a..6f81014dca693cc87c38b0c9ba4e3e15c7b09d56 100644 (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
index 8cea2e06b0d2783f89fb2f7c064723c9d0547a07..f4b17b8582a741a9a011b5bface1bfeb591af36a 100644 (file)
@@ -1282,7 +1282,6 @@ whole:
     } while (*src++ != '\0');
   }
 
-out:
   SERIAL_WRITE (remote_desc, "+", 1);
 
   if (remote_debug)
This page took 0.027442 seconds and 4 git commands to generate.