summaryrefslogtreecommitdiff
path: root/thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'thread.c')
-rw-r--r--thread.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/thread.c b/thread.c
index 736946bf68..7a902d2751 100644
--- a/thread.c
+++ b/thread.c
@@ -2197,15 +2197,10 @@ rb_notify_fd_close(int fd)
return busy;
}
-NORETURN(void rb_thread_fd_close(int fd));
void
rb_thread_fd_close(int fd)
{
-#ifdef DONT_USE
while (rb_notify_fd_close(fd));
-#else
- DEPRECATED_INTERNAL_FEATURE("rb_thread_fd_close");
-#endif
}
/*