diff options
| author | Tom Tromey | 2012-12-17 08:48:33 -0700 |
|---|---|---|
| committer | Tom Tromey | 2012-12-17 08:48:33 -0700 |
| commit | 0e10ed2c37cffbad60f61ee7fafde07ad05016f6 (patch) | |
| tree | 0db78dce13bc4e6e66946f7e06f1b855861f37fd /src/process.c | |
| parent | 3d6eced1ae51ffd0a782130e7c334052277e2724 (diff) | |
| download | emacs-0e10ed2c37cffbad60f61ee7fafde07ad05016f6.tar.gz emacs-0e10ed2c37cffbad60f61ee7fafde07ad05016f6.zip | |
Remove bit accidentally left over from the merge
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 4 |
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 | } |