aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/process.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/process.c b/src/process.c
index 7f647d44a93..788c9176349 100644
--- a/src/process.c
+++ b/src/process.c
@@ -6337,10 +6337,6 @@ handle_child_signal (int sig)
6337 /* clear_desc_flag avoids a compiler bug in Microsoft C. */ 6337 /* clear_desc_flag avoids a compiler bug in Microsoft C. */
6338 if (clear_desc_flag) 6338 if (clear_desc_flag)
6339 delete_read_fd (p->infd); 6339 delete_read_fd (p->infd);
6340 {
6341 FD_CLR (p->infd, &input_wait_mask);
6342 FD_CLR (p->infd, &non_keyboard_wait_mask);
6343 }
6344 } 6340 }
6345 } 6341 }
6346 } 6342 }