Remove bit accidentally left over from the merge

This commit is contained in:
Tom Tromey 2012-12-17 08:48:33 -07:00
parent 3d6eced1ae
commit 0e10ed2c37

View file

@ -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);
}
}
}
}