aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2012-11-18 02:12:17 +0100
committerJuanma Barranquero2012-11-18 02:12:17 +0100
commitc1f7ba3a74da20e7a20f3f521d6f6b7550cd5d56 (patch)
tree5659d9054d88f6db6fa3445666631f45437550cd /src
parent1b4743737146ce739f372dfbdff1becd25c4383c (diff)
downloademacs-c1f7ba3a74da20e7a20f3f521d6f6b7550cd5d56.tar.gz
emacs-c1f7ba3a74da20e7a20f3f521d6f6b7550cd5d56.zip
src/w32proc.c (waitpid): Remove unused label get_result.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/w32proc.c1
2 files changed, 4 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c7fb6170d27..752207a8d9a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12012-11-18 Juanma Barranquero <lekktu@gmail.com>
2
3 * w32proc.c (waitpid): Remove unused label get_result.
4
12012-11-17 Juanma Barranquero <lekktu@gmail.com> 52012-11-17 Juanma Barranquero <lekktu@gmail.com>
2 6
3 * makefile.w32-in (SYSWAIT_H): New macro. 7 * 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)
1240 else 1240 else
1241 emacs_abort (); 1241 emacs_abort ();
1242 1242
1243get_result:
1244 if (!GetExitCodeProcess (wait_hnd[active], &retval)) 1243 if (!GetExitCodeProcess (wait_hnd[active], &retval))
1245 { 1244 {
1246 DebPrint (("Wait.GetExitCodeProcess failed with %lu\n", 1245 DebPrint (("Wait.GetExitCodeProcess failed with %lu\n",