From 7d041e87c6c5d77c8546b3a5d3878c3beb5f4a03 Mon Sep 17 00:00:00 2001 From: ko1 Date: Tue, 6 Jun 2017 07:11:28 +0000 Subject: re-revert r59020 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59025 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- thread.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'thread.c') diff --git a/thread.c b/thread.c index 42159b3c19..da834974bd 100644 --- a/thread.c +++ b/thread.c @@ -2213,8 +2213,6 @@ rb_notify_fd_close(int fd) if (wfd->fd == fd) { rb_thread_t *th = wfd->th; VALUE err = th->vm->special_exceptions[ruby_error_stream_closed]; - - wfd->fd = -1; /* ensure we only enqueue once */ rb_threadptr_pending_interrupt_enque(th, err); rb_threadptr_interrupt(th); busy = 1; -- cgit v1.2.3