summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fork.cc
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/fork.cc')
-rw-r--r--winsup/cygwin/fork.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/fork.cc b/winsup/cygwin/fork.cc
index 01b9dbc23..5b5f66d97 100644
--- a/winsup/cygwin/fork.cc
+++ b/winsup/cygwin/fork.cc
@@ -664,7 +664,6 @@ fork ()
child_info_fork ch;
int res = setjmp (ch.jmp);
-
if (res)
res = fork_child (grouped.hParent, grouped.first_dll, grouped.load_dlls);
else