From 0e10ed2c37cffbad60f61ee7fafde07ad05016f6 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 17 Dec 2012 08:48:33 -0700 Subject: [PATCH] Remove bit accidentally left over from the merge --- src/process.c | 4 ---- 1 file changed, 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) /* clear_desc_flag avoids a compiler bug in Microsoft C. */ if (clear_desc_flag) delete_read_fd (p->infd); - { - FD_CLR (p->infd, &input_wait_mask); - FD_CLR (p->infd, &non_keyboard_wait_mask); - } } } } -- 2.39.5