]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove bit accidentally left over from the merge
authorTom Tromey <tromey@redhat.com>
Mon, 17 Dec 2012 15:48:33 +0000 (08:48 -0700)
committerTom Tromey <tromey@redhat.com>
Mon, 17 Dec 2012 15:48:33 +0000 (08:48 -0700)
src/process.c

index 7f647d44a93877d5ca725fbfdf82298a192982c9..788c917634920f79f3fbeef635c02dfc68713d46 100644 (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);
-               }
            }
        }
     }