src/w32proc.c (waitpid): Remove unused label get_result.
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 18 Nov 2012 01:12:17 +0000 (02:12 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 18 Nov 2012 01:12:17 +0000 (02:12 +0100)
src/ChangeLog
src/w32proc.c

index c7fb617..752207a 100644 (file)
@@ -1,3 +1,7 @@
+2012-11-18  Juanma Barranquero  <lekktu@gmail.com>
+
+       * w32proc.c (waitpid): Remove unused label get_result.
+
 2012-11-17  Juanma Barranquero  <lekktu@gmail.com>
 
        * makefile.w32-in (SYSWAIT_H): New macro.
index fd6a498..9b111b4 100644 (file)
@@ -1240,7 +1240,6 @@ waitpid (pid_t pid, int *status, int options)
   else
     emacs_abort ();
 
-get_result:
   if (!GetExitCodeProcess (wait_hnd[active], &retval))
     {
       DebPrint (("Wait.GetExitCodeProcess failed with %lu\n",