It's deprecated in Ruby 3.1+, and probably not relevant for
past versions.
---
 ext/unicorn_http/epollexclusive.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ext/unicorn_http/epollexclusive.h 
b/ext/unicorn_http/epollexclusive.h
index 2d2a589b..677e1fe3 100644
--- a/ext/unicorn_http/epollexclusive.h
+++ b/ext/unicorn_http/epollexclusive.h
@@ -110,7 +110,6 @@ get_readers(VALUE epio, VALUE ready, VALUE readers, VALUE 
timeout_msec)
                        rb_ary_push(ready, obj);
        }
        rb_str_resize(buf, 0);
-       rb_gc_force_recycle(buf);
        return Qfalse;
 }
 #endif /* USE_EPOLL */
--
unsubscribe: one-click, see List-Unsubscribe header
archive: https://yhbt.net/unicorn-public/

Reply via email to