]> git.eshelyaron.com Git - emacs.git/commitdiff
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 c7fb6170d27b3aaeaa7d8aa05d715768ccadafb9..752207a8d9a0beb2f4033a4623a74f4e71ea3962 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 fd6a498290a1a973297f42212df465ad2f8b1977..9b111b40e36fe10e5c38056c9b7eb8c1434b5c3c 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",