From c1f7ba3a74da20e7a20f3f521d6f6b7550cd5d56 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sun, 18 Nov 2012 02:12:17 +0100 Subject: [PATCH] src/w32proc.c (waitpid): Remove unused label get_result. --- src/ChangeLog | 4 ++++ src/w32proc.c | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index c7fb6170d27..752207a8d9a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2012-11-18 Juanma Barranquero + + * w32proc.c (waitpid): Remove unused label get_result. + 2012-11-17 Juanma Barranquero * makefile.w32-in (SYSWAIT_H): New macro. diff --git a/src/w32proc.c b/src/w32proc.c index fd6a498290a..9b111b40e36 100644 --- a/src/w32proc.c +++ b/src/w32proc.c @@ -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", -- 2.39.5