about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <BOFH@YHBT.net>2021-12-25 17:41:41 +0000
committerEric Wong <BOFH@YHBT.net>2021-12-25 17:44:10 +0000
commitac3809a54a722c0dc2958850340829ec05e96ffb (patch)
treea4c5d70d0a765ca044dfb6c9aa04e87d3d9143d3
parentd60372b5c3ba517f1015b93912824e0675a4326d (diff)
downloadunicorn-ac3809a54a722c0dc2958850340829ec05e96ffb.tar.gz
It's deprecated in Ruby 3.1+, and probably not relevant for
past versions.
-rw-r--r--ext/unicorn_http/epollexclusive.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/unicorn_http/epollexclusive.h b/ext/unicorn_http/epollexclusive.h
index 2d2a589..677e1fe 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 */